#AF6B66

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

Shades of Coral Tree #AF6B66

Tints of Coral Tree #AF6B66

Color information

#AF6B66 (or 0xAF6B66) is unknown color: approx Coral Tree. HEX triplet: AF, 6B and 66. RGB value is (175,107,102). Sum of RGB (Red+Green+Blue) = 175+107+102=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B66 is #509499. Grayscale: #7E7E7E. Windows color (decimal): -5280922 or 6712239. OLE color: 6712239.

HSL color Cylindrical-coordinate representation of color #AF6B66: hue angle of 4.11º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6B66 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175107102-
CMYK00.390.420.31
HSL4.11º31.33%54.31%-
HSV(B)4.11º41.71%68.63%-
XYZ25.3420.5915.21-
YUV126.76114.03162.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 107 (42.19% from 255) = 27.86%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=45.57%
G=27.86%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510710200.390.420.314.1131.3354.31
HexAF6B660272A1F41f36
Octal257153146047523743766
Binary101011111101011110011001001111010101111110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B66; }

 p { color: rgb(175,107,102); }

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

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

 a { background-color: rgb(175,107,102); }

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

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

 span { border-color: rgb(175,107,102); }

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