#AF6D6C

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

Shades of Coral Tree #AF6D6C

Tints of Coral Tree #AF6D6C

Color information

#AF6D6C (or 0xAF6D6C) is unknown color: approx Coral Tree. HEX triplet: AF, 6D and 6C. RGB value is (175,109,108). Sum of RGB (Red+Green+Blue) = 175+109+108=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D6C is #509293. Grayscale: #808080. Windows color (decimal): -5280404 or 7105967. OLE color: 7105967.

HSL color Cylindrical-coordinate representation of color #AF6D6C: hue angle of 0.9º 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 #AF6D6C is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175109108-
CMYK00.380.380.31
HSL0.9º29.52%55.49%-
HSV(B)0.9º38.29%68.63%-
XYZ25.8521.1316.9-
YUV128.62116.37161.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=44.64%
G=27.81%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510910800.380.380.310.929.5255.49
HexAF6D6C026261F11e37
Octal257155154046463713667
Binary1010111111011011101100010011010011011111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D6C; }

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

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

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

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

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

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

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

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