Html Css Color HEX #AA7975 Coral Tree

📋 copy color: '#AA7975'

red 170 ◦ green 121 ◦ blue 117

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

Shades of Coral Tree #AA7975

Tints of Coral Tree #AA7975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 41.67%
G = 29.66%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7975 (or 0xAA7975) is known color: Coral Tree. HEX triplet: AA, 79 and 75. RGB value is (170,121,117). Sum of RGB (Red+Green+Blue) = 170+121+117=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7975 is #55868A. Grayscale: #878787. Windows color (decimal): -5605003 or 7698858. OLE color: 7698858.

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

Color convert

RGB 170 121 117 -
CMYK 0 0.29 0.31 0.33
HSL 4.53º 0.24% 0.56% -
HSV(B) 4.53º 0.31% 0.67% -
XYZ 26.63 23.51 19.96 -
YUV 135.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 170 121 117 0 0.29 0.31 0.33 4.53 0.24 0.56
Hex AA 79 75 0 1D 1F 21 5 18 38
Octal 252 171 165 0 35 37 41 5 30 70
Binary 10101010 1111001 1110101 0 11101 11111 100001 101 11000 111000

Color Harmonies of #AA7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7975

Black with #AA7975

Text Example


Text Example

White with #AA7975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7975; }

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

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

background-color css

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

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

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

border-color css

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

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

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