#AA7B6F

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

Shades of Coral Tree #AA7B6F

Tints of Coral Tree #AA7B6F

Color information

#AA7B6F (or 0xAA7B6F) is unknown color: approx Coral Tree. HEX triplet: AA, 7B and 6F. RGB value is (170,123,111). Sum of RGB (Red+Green+Blue) = 170+123+111=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B6F is #558490. Grayscale: #878787. Windows color (decimal): -5604497 or 7306154. OLE color: 7306154.

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

Color convert

RGB170123111-
CMYK00.280.350.33
HSL12.2º25.76%55.1%-
HSV(B)12.2º34.71%66.67%-
XYZ26.5323.8618.25-
YUV135.68114.07152.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=42.08%
G=30.45%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012311100.280.350.3312.225.7655.1
HexAA7B6F01C2321c1a37
Octal2521731570344341143267
Binary1010101011110111101111011100100011100001110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B6F; }

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

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

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

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

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

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

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

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