#AD4F4F

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

Shades of Apple Blossom #AD4F4F

Tints of Apple Blossom #AD4F4F

Color information

#AD4F4F (or 0xAD4F4F) is unknown color: approx Apple Blossom. HEX triplet: AD, 4F and 4F. RGB value is (173,79,79). Sum of RGB (Red+Green+Blue) = 173+79+79=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4F4F is #52B0B0. Grayscale: #6B6B6B. Windows color (decimal): -5419185 or 5197741. OLE color: 5197741.

HSL color Cylindrical-coordinate representation of color #AD4F4F: hue angle of 0º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD4F4F is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB1737979-
CMYK00.540.540.32
HSL37.3%49.41%-
HSV(B)54.34%67.84%-
XYZ21.4415.049.17-
YUV107.11112.14175-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=52.27%
G=23.87%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173797900.540.540.32037.349.41
HexAD4F4F036362002531
Octal255117117066664004561
Binary101011011001111100111101101101101101000000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F4F; }

 p { color: rgb(173,79,79); }

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

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

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

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

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

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

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