Html Css Color HEX #AA7264 Coral Tree

📋 copy color: '#AA7264'

red 170 ◦ green 114 ◦ blue 100

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

Shades of Coral Tree #AA7264

Tints of Coral Tree #AA7264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.04%

R = 44.27%
G = 29.69%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA7264 (or 0xAA7264) is known color: Coral Tree. HEX triplet: AA, 72 and 64. RGB value is (170,114,100). Sum of RGB (Red+Green+Blue) = 170+114+100=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7264 is #558D9B. Grayscale: #818181. Windows color (decimal): -5606812 or 6582954. OLE color: 6582954.

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

Color convert

RGB 170 114 100 -
CMYK 0 0.33 0.41 0.33
HSL 12º 0.29% 0.53% -
HSV(B) 12º 0.41% 0.67% -
XYZ 24.9 21.5 14.89 -
YUV 129.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 170 114 100 0 0.33 0.41 0.33 12 0.29 0.53
Hex AA 72 64 0 21 29 21 C 1D 35
Octal 252 162 144 0 41 51 41 14 35 65
Binary 10101010 1110010 1100100 0 100001 101001 100001 1100 11101 110101

Color Harmonies of #AA7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7264

Black with #AA7264

Text Example


Text Example

White with #AA7264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7264; }

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

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

background-color css

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

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

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

border-color css

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

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

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