Html Css Color HEX #AA726C Coral Tree

📋 copy color: '#AA726C'

red 170 ◦ green 114 ◦ blue 108

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

Shades of Coral Tree #AA726C

Tints of Coral Tree #AA726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 43.37%
G = 29.08%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA726C (or 0xAA726C) is known color: Coral Tree. HEX triplet: AA, 72 and 6C. RGB value is (170,114,108). Sum of RGB (Red+Green+Blue) = 170+114+108=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA726C is #558D93. Grayscale: #828282. Windows color (decimal): -5606804 or 7107242. OLE color: 7107242.

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

Color convert

RGB 170 114 108 -
CMYK 0 0.33 0.36 0.33
HSL 5.81º 0.27% 0.55% -
HSV(B) 5.81º 0.36% 0.67% -
XYZ 25.3 21.66 17.04 -
YUV 130.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 170 114 108 0 0.33 0.36 0.33 5.81 0.27 0.55
Hex AA 72 6C 0 21 24 21 6 1B 37
Octal 252 162 154 0 41 44 41 6 33 67
Binary 10101010 1110010 1101100 0 100001 100100 100001 110 11011 110111

Color Harmonies of #AA726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA726C

Black with #AA726C

Text Example


Text Example

White with #AA726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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