Html Css Color HEX #AA726F Coral Tree

📋 copy color: '#AA726F'

red 170 ◦ green 114 ◦ blue 111

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

Shades of Coral Tree #AA726F

Tints of Coral Tree #AA726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 43.04%
G = 28.86%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA726F (or 0xAA726F) is known color: Coral Tree. HEX triplet: AA, 72 and 6F. RGB value is (170,114,111). Sum of RGB (Red+Green+Blue) = 170+114+111=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA726F is #558D90. Grayscale: #828282. Windows color (decimal): -5606801 or 7303850. OLE color: 7303850.

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

Color convert

RGB 170 114 111 -
CMYK 0 0.33 0.35 0.33
HSL 3.05º 0.26% 0.55% -
HSV(B) 3.05º 0.35% 0.67% -
XYZ 25.46 21.73 17.89 -
YUV 130.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 170 114 111 0 0.33 0.35 0.33 3.05 0.26 0.55
Hex AA 72 6F 0 21 23 21 3 1A 37
Octal 252 162 157 0 41 43 41 3 32 67
Binary 10101010 1110010 1101111 0 100001 100011 100001 11 11010 110111

Color Harmonies of #AA726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA726F

Black with #AA726F

Text Example


Text Example

White with #AA726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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