Html Css Color HEX #AA9968 Tallow

📋 copy color: '#AA9968'

red 170 ◦ green 153 ◦ blue 104

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

Shades of Tallow #AA9968

Tints of Tallow #AA9968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.83%

 BLUE value IS 104 (41.02% from 255) = 24.36%

R = 39.81%
G = 35.83%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA9968 (or 0xAA9968) is known color: Tallow. HEX triplet: AA, 99 and 68. RGB value is (170,153,104). Sum of RGB (Red+Green+Blue) = 170+153+104=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9968 is #556697. Grayscale: #989898. Windows color (decimal): -5596824 or 6855082. OLE color: 6855082.

HSL color Cylindrical-coordinate representation of color #AA9968: hue angle of 44.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9968 is Cyan = 0, Magento = 0.1, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 104 -
CMYK 0 0.1 0.39 0.33
HSL 44.55º 0.28% 0.54% -
HSV(B) 44.55º 0.39% 0.67% -
XYZ 30.47 32.33 17.73 -
YUV 152.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 170 153 104 0 0.1 0.39 0.33 44.55 0.28 0.54
Hex AA 99 68 0 A 27 21 2D 1C 36
Octal 252 231 150 0 12 47 41 55 34 66
Binary 10101010 10011001 1101000 0 1010 100111 100001 101101 11100 110110

Color Harmonies of #AA9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9968

Black with #AA9968

Text Example


Text Example

White with #AA9968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9968; }

 p { color: rgb(170,153,104); }

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

background-color css

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

 a { background-color: rgb(170,153,104); }

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

border-color css

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

 span { border-color: rgb(170,153,104); }

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