#AA6B62

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

Shades of Coral Tree #AA6B62

Tints of Coral Tree #AA6B62

Color information

#AA6B62 (or 0xAA6B62) is unknown color: approx Coral Tree. HEX triplet: AA, 6B and 62. RGB value is (170,107,98). Sum of RGB (Red+Green+Blue) = 170+107+98=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B62 is #55949D. Grayscale: #7C7C7C. Windows color (decimal): -5608606 or 6450090. OLE color: 6450090.

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

Color convert

RGB17010798-
CMYK00.370.420.33
HSL7.5º29.75%52.55%-
HSV(B)7.5º42.35%66.67%-
XYZ24.0419.9414.14-
YUV124.81112.87160.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=45.33%
G=28.53%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701079800.370.420.337.529.7552.55
HexAA6B620252A2181e35
Octal2521531420455241103665
Binary10101010110101111000100100101101010100001100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B62; }

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

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

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

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

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

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

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

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