Html Css Color HEX #AA7969 Coral Tree

📋 copy color: '#AA7969'

red 170 ◦ green 121 ◦ blue 105

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

Shades of Coral Tree #AA7969

Tints of Coral Tree #AA7969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.52%

R = 42.93%
G = 30.56%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA7969 (or 0xAA7969) is known color: Coral Tree. HEX triplet: AA, 79 and 69. RGB value is (170,121,105). Sum of RGB (Red+Green+Blue) = 170+121+105=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7969 is #558696. Grayscale: #858585. Windows color (decimal): -5605015 or 6912426. OLE color: 6912426.

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

Color convert

RGB 170 121 105 -
CMYK 0 0.29 0.38 0.33
HSL 14.77º 0.28% 0.54% -
HSV(B) 14.77º 0.38% 0.67% -
XYZ 25.96 23.24 16.48 -
YUV 133.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 170 121 105 0 0.29 0.38 0.33 14.77 0.28 0.54
Hex AA 79 69 0 1D 26 21 F 1C 36
Octal 252 171 151 0 35 46 41 17 34 66
Binary 10101010 1111001 1101001 0 11101 100110 100001 1111 11100 110110

Color Harmonies of #AA7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7969

Black with #AA7969

Text Example


Text Example

White with #AA7969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7969; }

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

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

background-color css

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

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

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

border-color css

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

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

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