Html Css Color HEX #AA756D Coral Tree

📋 copy color: '#AA756D'

red 170 ◦ green 117 ◦ blue 109

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

Shades of Coral Tree #AA756D

Tints of Coral Tree #AA756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 42.93%
G = 29.55%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA756D (or 0xAA756D) is known color: Coral Tree. HEX triplet: AA, 75 and 6D. RGB value is (170,117,109). Sum of RGB (Red+Green+Blue) = 170+117+109=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA756D is #558A92. Grayscale: #848484. Windows color (decimal): -5606035 or 7173546. OLE color: 7173546.

HSL color Cylindrical-coordinate representation of color #AA756D: hue angle of 7.87º degrees, saturation: 0.26, 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 #AA756D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 117 109 -
CMYK 0 0.31 0.36 0.33
HSL 7.87º 0.26% 0.55% -
HSV(B) 7.87º 0.36% 0.67% -
XYZ 25.7 22.37 17.43 -
YUV 131.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 170 117 109 0 0.31 0.36 0.33 7.87 0.26 0.55
Hex AA 75 6D 0 1F 24 21 8 1A 37
Octal 252 165 155 0 37 44 41 10 32 67
Binary 10101010 1110101 1101101 0 11111 100100 100001 1000 11010 110111

Color Harmonies of #AA756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA756D

Black with #AA756D

Text Example


Text Example

White with #AA756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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