#AF7569

Color #AF7569 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AF7569

Tints of Coral Tree #AF7569

Color information

#AF7569 (or 0xAF7569) is unknown color: approx Coral Tree. HEX triplet: AF, 75 and 69. RGB value is (175,117,105). Sum of RGB (Red+Green+Blue) = 175+117+105=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7569 is #508A96. Grayscale: #858585. Windows color (decimal): -5278359 or 6911407. OLE color: 6911407.

HSL color Cylindrical-coordinate representation of color #AF7569: hue angle of 10.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF7569 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB175117105-
CMYK00.330.400.31
HSL10.29º30.43%54.9%-
HSV(B)10.29º40%68.63%-
XYZ26.5922.8616.37-
YUV132.97112.22157.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=44.08%
G=29.47%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511710500.330.400.3110.2930.4354.9
HexAF7569021281Fa1e37
Octal2571651510415037123667
Binary1010111111101011101001010000110100011111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7569; }

 p { color: rgb(175,117,105); }

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

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

 a { background-color: rgb(175,117,105); }

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

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

 span { border-color: rgb(175,117,105); }

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