#A66762

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

Shades of Coral Tree #A66762

Tints of Coral Tree #A66762

Color information

#A66762 (or 0xA66762) is unknown color: approx Coral Tree. HEX triplet: A6, 67 and 62. RGB value is (166,103,98). Sum of RGB (Red+Green+Blue) = 166+103+98=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A66762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66762 is #59989D. Grayscale: #797979. Windows color (decimal): -5871774 or 6449062. OLE color: 6449062.

HSL color Cylindrical-coordinate representation of color #A66762: hue angle of 4.41º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66762 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16610398-
CMYK00.380.410.35
HSL4.41º27.64%51.76%-
HSV(B)4.41º40.96%65.1%-
XYZ22.7818.6913.96-
YUV121.27114.87159.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=45.23%
G=28.07%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661039800.380.410.354.4127.6451.76
HexA66762026292341c34
Octal246147142046514343464
Binary1010011011001111100010010011010100110001110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66762; }

 p { color: rgb(166,103,98); }

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

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

 a { background-color: rgb(166,103,98); }

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

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

 span { border-color: rgb(166,103,98); }

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