#AD4B45

Color #AD4B45 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AD4B45

Tints of Apple Blossom #AD4B45

Color information

#AD4B45 (or 0xAD4B45) is unknown color: approx Apple Blossom. HEX triplet: AD, 4B and 45. RGB value is (173,75,69). Sum of RGB (Red+Green+Blue) = 173+75+69=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B45 is #52B4BA. Grayscale: #676767. Windows color (decimal): -5420219 or 4541357. OLE color: 4541357.

HSL color Cylindrical-coordinate representation of color #AD4B45: hue angle of 3.46º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4B45 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1737569-
CMYK00.570.600.32
HSL3.46º42.98%47.45%-
HSV(B)3.46º60.12%67.84%-
XYZ20.8214.357.3-
YUV103.62108.47177.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=54.57%
G=23.66%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173756900.570.600.323.4642.9847.45
HexAD4B450393C2032b2f
Octal255113105071744035357
Binary1010110110010111000101011100111110010000011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4B45; }

 p { color: rgb(173,75,69); }

 H1.HeaderClassName
 {
   color: #AD4B45;
 }
 .AnyTagClassName
 {
   color: #AD4B45;
 }
</style>
background-color css

<style>
 a { background-color: #AD4B45; }

 a { background-color: rgb(173,75,69); }

 div.DivClassName
 {
   background-color: #AD4B45;
 }
 .BgClassName
 {
   background-color: #AD4B45;
 }
</style>
border-color css

<style>
 span { border-color: #AD4B45; }

 span { border-color: rgb(173,75,69); }

 td.TdClassName
 {
   border-color: #AD4B45;
 }
 .TagClassName
 {
   border-color: #AD4B45;
 }
</style>