Html Css Color HEX #AA7572 Coral Tree

📋 copy color: '#AA7572'

red 170 ◦ green 117 ◦ blue 114

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

Shades of Coral Tree #AA7572

Tints of Coral Tree #AA7572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 42.39%
G = 29.18%
B = 28.43%

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

#AA7572 (or 0xAA7572) is known color: Coral Tree. HEX triplet: AA, 75 and 72. RGB value is (170,117,114). Sum of RGB (Red+Green+Blue) = 170+117+114=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7572 is #558A8D. Grayscale: #848484. Windows color (decimal): -5606030 or 7501226. OLE color: 7501226.

HSL color Cylindrical-coordinate representation of color #AA7572: hue angle of 3.21º 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 #AA7572 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 117 114 -
CMYK 0 0.31 0.33 0.33
HSL 3.21º 0.25% 0.56% -
HSV(B) 3.21º 0.33% 0.67% -
XYZ 25.98 22.48 18.89 -
YUV 132.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 170 117 114 0 0.31 0.33 0.33 3.21 0.25 0.56
Hex AA 75 72 0 1F 21 21 3 19 38
Octal 252 165 162 0 37 41 41 3 31 70
Binary 10101010 1110101 1110010 0 11111 100001 100001 11 11001 111000

Color Harmonies of #AA7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7572

Black with #AA7572

Text Example


Text Example

White with #AA7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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