Html Css Color HEX #AA7672 Coral Tree

📋 copy color: '#AA7672'

red 170 ◦ green 118 ◦ blue 114

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

Shades of Coral Tree #AA7672

Tints of Coral Tree #AA7672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 42.29%
G = 29.35%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA7672 (or 0xAA7672) is known color: Coral Tree. HEX triplet: AA, 76 and 72. RGB value is (170,118,114). Sum of RGB (Red+Green+Blue) = 170+118+114=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7672 is #55898D. Grayscale: #858585. Windows color (decimal): -5605774 or 7501482. OLE color: 7501482.

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

Color convert

RGB 170 118 114 -
CMYK 0 0.31 0.33 0.33
HSL 4.29º 0.25% 0.56% -
HSV(B) 4.29º 0.33% 0.67% -
XYZ 26.09 22.72 18.93 -
YUV 133.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 170 118 114 0 0.31 0.33 0.33 4.29 0.25 0.56
Hex AA 76 72 0 1F 21 21 4 19 38
Octal 252 166 162 0 37 41 41 4 31 70
Binary 10101010 1110110 1110010 0 11111 100001 100001 100 11001 111000

Color Harmonies of #AA7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7672

Black with #AA7672

Text Example


Text Example

White with #AA7672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7672; }

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

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

background-color css

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

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

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

border-color css

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

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

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