Html Css Color HEX #AA756C Coral Tree

📋 copy color: '#AA756C'

red 170 ◦ green 117 ◦ blue 108

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

Shades of Coral Tree #AA756C

Tints of Coral Tree #AA756C

RGB

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

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

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

R = 43.04%
G = 29.62%
B = 27.34%

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

#AA756C (or 0xAA756C) is known color: Coral Tree. HEX triplet: AA, 75 and 6C. RGB value is (170,117,108). Sum of RGB (Red+Green+Blue) = 170+117+108=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA756C is #558A93. Grayscale: #838383. Windows color (decimal): -5606036 or 7108010. OLE color: 7108010.

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

Color convert

RGB 170 117 108 -
CMYK 0 0.31 0.36 0.33
HSL 8.71º 0.27% 0.55% -
HSV(B) 8.71º 0.36% 0.67% -
XYZ 25.65 22.35 17.15 -
YUV 131.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 170 117 108 0 0.31 0.36 0.33 8.71 0.27 0.55
Hex AA 75 6C 0 1F 24 21 9 1B 37
Octal 252 165 154 0 37 44 41 11 33 67
Binary 10101010 1110101 1101100 0 11111 100100 100001 1001 11011 110111

Color Harmonies of #AA756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA756C

Black with #AA756C

Text Example


Text Example

White with #AA756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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