#AF756C

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

Shades of Coral Tree #AF756C

Tints of Coral Tree #AF756C

Color information

#AF756C (or 0xAF756C) is unknown color: approx Coral Tree. HEX triplet: AF, 75 and 6C. RGB value is (175,117,108). Sum of RGB (Red+Green+Blue) = 175+117+108=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF756C is #508A93. Grayscale: #858585. Windows color (decimal): -5278356 or 7108015. OLE color: 7108015.

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

Color convert

RGB175117108-
CMYK00.330.380.31
HSL8.06º29.52%55.49%-
HSV(B)8.06º38.29%68.63%-
XYZ26.7522.9217.2-
YUV133.32113.72157.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 108 (42.58% from 255) = 27%
R=43.75%
G=29.25%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511710800.330.380.318.0629.5255.49
HexAF756C021261F81e37
Octal2571651540414637103667
Binary1010111111101011101100010000110011011111100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF756C; }

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

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

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

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

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

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

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

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