#AA6762

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

Shades of Coral Tree #AA6762

Tints of Coral Tree #AA6762

Color information

#AA6762 (or 0xAA6762) is unknown color: approx Coral Tree. HEX triplet: AA, 67 and 62. RGB value is (170,103,98). Sum of RGB (Red+Green+Blue) = 170+103+98=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6762 is #55989D. Grayscale: #7A7A7A. Windows color (decimal): -5609630 or 6449066. OLE color: 6449066.

HSL color Cylindrical-coordinate representation of color #AA6762: hue angle of 4.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6762 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17010398-
CMYK00.390.420.33
HSL4.17º29.75%52.55%-
HSV(B)4.17º42.35%66.67%-
XYZ23.6319.1314-
YUV122.46114.2161.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=45.82%
G=27.76%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701039800.390.420.334.1729.7552.55
HexAA67620272A2141e35
Octal252147142047524143665
Binary1010101011001111100010010011110101010000110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6762; }

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

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

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

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

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

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

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

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