Html Css Color HEX #AA7974 Coral Tree

📋 copy color: '#AA7974'

red 170 ◦ green 121 ◦ blue 116

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

Shades of Coral Tree #AA7974

Tints of Coral Tree #AA7974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.73%

 BLUE value IS 116 (45.7% from 255) = 28.5%

R = 41.77%
G = 29.73%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA7974 (or 0xAA7974) is known color: Coral Tree. HEX triplet: AA, 79 and 74. RGB value is (170,121,116). Sum of RGB (Red+Green+Blue) = 170+121+116=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7974 is #55868B. Grayscale: #878787. Windows color (decimal): -5605004 or 7633322. OLE color: 7633322.

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

Color convert

RGB 170 121 116 -
CMYK 0 0.29 0.32 0.33
HSL 5.56º 0.24% 0.56% -
HSV(B) 5.56º 0.32% 0.67% -
XYZ 26.57 23.48 19.66 -
YUV 135.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 170 121 116 0 0.29 0.32 0.33 5.56 0.24 0.56
Hex AA 79 74 0 1D 20 21 6 18 38
Octal 252 171 164 0 35 40 41 6 30 70
Binary 10101010 1111001 1110100 0 11101 100000 100001 110 11000 111000

Color Harmonies of #AA7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7974

Black with #AA7974

Text Example


Text Example

White with #AA7974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7974; }

 p { color: rgb(170,121,116); }

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

background-color css

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

 a { background-color: rgb(170,121,116); }

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

border-color css

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

 span { border-color: rgb(170,121,116); }

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