Html Css Color HEX #AA726E Coral Tree

📋 copy color: '#AA726E'

red 170 ◦ green 114 ◦ blue 110

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

Shades of Coral Tree #AA726E

Tints of Coral Tree #AA726E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 43.15%
G = 28.93%
B = 27.92%

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

#AA726E (or 0xAA726E) is known color: Coral Tree. HEX triplet: AA, 72 and 6E. RGB value is (170,114,110). Sum of RGB (Red+Green+Blue) = 170+114+110=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA726E is #558D91. Grayscale: #828282. Windows color (decimal): -5606802 or 7238314. OLE color: 7238314.

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

Color convert

RGB 170 114 110 -
CMYK 0 0.33 0.35 0.33
HSL 0.26% 0.55% -
HSV(B) 0.35% 0.67% -
XYZ 25.41 21.71 17.6 -
YUV 130.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 170 114 110 0 0.33 0.35 0.33 4 0.26 0.55
Hex AA 72 6E 0 21 23 21 4 1A 37
Octal 252 162 156 0 41 43 41 4 32 67
Binary 10101010 1110010 1101110 0 100001 100011 100001 100 11010 110111

Color Harmonies of #AA726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA726E

Black with #AA726E

Text Example


Text Example

White with #AA726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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