#AF756E

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

Shades of Coral Tree #AF756E

Tints of Coral Tree #AF756E

Color information

#AF756E (or 0xAF756E) is unknown color: approx Coral Tree. HEX triplet: AF, 75 and 6E. RGB value is (175,117,110). Sum of RGB (Red+Green+Blue) = 175+117+110=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF756E is #508A91. Grayscale: #858585. Windows color (decimal): -5278354 or 7239087. OLE color: 7239087.

HSL color Cylindrical-coordinate representation of color #AF756E: hue angle of 6.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF756E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB175117110-
CMYK00.330.370.31
HSL6.46º28.89%55.88%-
HSV(B)6.46º37.14%68.63%-
XYZ26.8522.9617.77-
YUV133.54114.72157.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=43.53%
G=29.10%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511711000.330.370.316.4628.8955.88
HexAF756E021251F61d38
Octal257165156041453763570
Binary101011111110101110111001000011001011111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF756E; }

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

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

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

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

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

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

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

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