#AA7B6C

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

Shades of Coral Tree #AA7B6C

Tints of Coral Tree #AA7B6C

Color information

#AA7B6C (or 0xAA7B6C) is unknown color: approx Coral Tree. HEX triplet: AA, 7B and 6C. RGB value is (170,123,108). Sum of RGB (Red+Green+Blue) = 170+123+108=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B6C is #558493. Grayscale: #878787. Windows color (decimal): -5604500 or 7109546. OLE color: 7109546.

HSL color Cylindrical-coordinate representation of color #AA7B6C: hue angle of 14.52º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA7B6C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170123108-
CMYK00.280.360.33
HSL14.52º26.72%54.51%-
HSV(B)14.52º36.47%66.67%-
XYZ26.3723.7917.39-
YUV135.34112.57152.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=42.39%
G=30.67%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012310800.280.360.3314.5226.7254.51
HexAA7B6C01C2421f1b37
Octal2521731540344441173367
Binary1010101011110111101100011100100100100001111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B6C; }

 p { color: rgb(170,123,108); }

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

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

 a { background-color: rgb(170,123,108); }

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

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

 span { border-color: rgb(170,123,108); }

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