#AF6A66

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

Shades of Coral Tree #AF6A66

Tints of Coral Tree #AF6A66

Color information

#AF6A66 (or 0xAF6A66) is unknown color: approx Coral Tree. HEX triplet: AF, 6A and 66. RGB value is (175,106,102). Sum of RGB (Red+Green+Blue) = 175+106+102=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A66 is #509599. Grayscale: #7E7E7E. Windows color (decimal): -5281178 or 6711983. OLE color: 6711983.

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

Color convert

RGB175106102-
CMYK00.390.420.31
HSL3.29º31.33%54.31%-
HSV(B)3.29º41.71%68.63%-
XYZ25.2320.3815.17-
YUV126.18114.36162.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 102 (40.23% from 255) = 26.63%
R=45.69%
G=27.68%
B=26.63%

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
Decimal17510610200.390.420.313.2931.3354.31
HexAF6A660272A1F31f36
Octal257152146047523733766
Binary10101111110101011001100100111101010111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A66; }

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

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

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

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

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

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

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

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