Html Css Color HEX #AA9C62 Tallow

📋 copy color: '#AA9C62'

red 170 ◦ green 156 ◦ blue 98

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

Shades of Tallow #AA9C62

Tints of Tallow #AA9C62

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 98 (38.67% from 255) = 23.11%

R = 40.09%
G = 36.79%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9C62 (or 0xAA9C62) is known color: Tallow. HEX triplet: AA, 9C and 62. RGB value is (170,156,98). Sum of RGB (Red+Green+Blue) = 170+156+98=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C62 is #55639D. Grayscale: #999999. Windows color (decimal): -5596062 or 6462634. OLE color: 6462634.

HSL color Cylindrical-coordinate representation of color #AA9C62: hue angle of 48.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA9C62 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 156 98 -
CMYK 0 0.08 0.42 0.33
HSL 48.33º 0.3% 0.53% -
HSV(B) 48.33º 0.42% 0.67% -
XYZ 30.67 33.2 16.35 -
YUV 153.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 170 156 98 0 0.08 0.42 0.33 48.33 0.3 0.53
Hex AA 9C 62 0 8 2A 21 30 1E 35
Octal 252 234 142 0 10 52 41 60 36 65
Binary 10101010 10011100 1100010 0 1000 101010 100001 110000 11110 110101

Color Harmonies of #AA9C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C62

Black with #AA9C62

Text Example


Text Example

White with #AA9C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C62; }

 p { color: rgb(170,156,98); }

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

background-color css

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

 a { background-color: rgb(170,156,98); }

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

border-color css

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

 span { border-color: rgb(170,156,98); }

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