Html Css Color HEX #AA746A Coral Tree

📋 copy color: '#AA746A'

red 170 ◦ green 116 ◦ blue 106

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

Shades of Coral Tree #AA746A

Tints of Coral Tree #AA746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.59%

 BLUE value IS 106 (41.8% from 255) = 27.04%

R = 43.37%
G = 29.59%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA746A (or 0xAA746A) is known color: Coral Tree. HEX triplet: AA, 74 and 6A. RGB value is (170,116,106). Sum of RGB (Red+Green+Blue) = 170+116+106=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA746A is #558B95. Grayscale: #838383. Windows color (decimal): -5606294 or 6976682. OLE color: 6976682.

HSL color Cylindrical-coordinate representation of color #AA746A: hue angle of 9.38º degrees, saturation: 0.27, 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 #AA746A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 116 106 -
CMYK 0 0.32 0.38 0.33
HSL 9.38º 0.27% 0.54% -
HSV(B) 9.38º 0.38% 0.67% -
XYZ 25.42 22.08 16.56 -
YUV 131.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 170 116 106 0 0.32 0.38 0.33 9.38 0.27 0.54
Hex AA 74 6A 0 20 26 21 9 1B 36
Octal 252 164 152 0 40 46 41 11 33 66
Binary 10101010 1110100 1101010 0 100000 100110 100001 1001 11011 110110

Color Harmonies of #AA746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA746A

Black with #AA746A

Text Example


Text Example

White with #AA746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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