Html Css Color HEX #AA7266 Coral Tree

📋 copy color: '#AA7266'

red 170 ◦ green 114 ◦ blue 102

#AA7266
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #AA7266

Tints of Coral Tree #AA7266

RGB

 RED value IS 170 (66.8% from 255) = 44.04%

 GREEN value IS 114 (44.92% from 255) = 29.53%

 BLUE value IS 102 (40.23% from 255) = 26.42%

R = 44.04%
G = 29.53%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA7266 (or 0xAA7266) is known color: Coral Tree. HEX triplet: AA, 72 and 66. RGB value is (170,114,102). Sum of RGB (Red+Green+Blue) = 170+114+102=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7266 is #558D99. Grayscale: #818181. Windows color (decimal): -5606810 or 6714026. OLE color: 6714026.

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

Color convert

RGB 170 114 102 -
CMYK 0 0.33 0.4 0.33
HSL 10.59º 0.29% 0.53% -
HSV(B) 10.59º 0.4% 0.67% -
XYZ 24.99 21.54 15.41 -
YUV 129.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 170 114 102 0 0.33 0.4 0.33 10.59 0.29 0.53
Hex AA 72 66 0 21 28 21 B 1D 35
Octal 252 162 146 0 41 50 41 13 35 65
Binary 10101010 1110010 1100110 0 100001 101000 100001 1011 11101 110101

Color Harmonies of #AA7266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7266

Black with #AA7266

Text Example


Text Example

White with #AA7266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7266; }

 p { color: rgb(170,114,102); }

 H1.HeaderClassName
 {
   color: #AA7266;
 }
 .AnyTagClassName
 {
   color: #AA7266;
 }
</style>

background-color css

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

 a { background-color: rgb(170,114,102); }

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

border-color css

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

 span { border-color: rgb(170,114,102); }

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