Html Css Color HEX #AA8A4A Teak

📋 copy color: '#AA8A4A'

red 170 ◦ green 138 ◦ blue 74

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

Shades of Teak #AA8A4A

Tints of Teak #AA8A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 44.5%
G = 36.13%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA8A4A (or 0xAA8A4A) is known color: Teak. HEX triplet: AA, 8A and 4A. RGB value is (170,138,74). Sum of RGB (Red+Green+Blue) = 170+138+74=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A4A is #5575B5. Grayscale: #8C8C8C. Windows color (decimal): -5600694 or 4885162. OLE color: 4885162.

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

Color convert

RGB 170 138 74 -
CMYK 0 0.19 0.56 0.33
HSL 40º 0.39% 0.48% -
HSV(B) 40º 0.56% 0.67% -
XYZ 26.9 27.22 10.31 -
YUV 140.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 170 138 74 0 0.19 0.56 0.33 40 0.39 0.48
Hex AA 8A 4A 0 13 38 21 28 27 30
Octal 252 212 112 0 23 70 41 50 47 60
Binary 10101010 10001010 1001010 0 10011 111000 100001 101000 100111 110000

Color Harmonies of #AA8A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A4A

Black with #AA8A4A

Text Example


Text Example

White with #AA8A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A4A; }

 p { color: rgb(170,138,74); }

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

background-color css

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

 a { background-color: rgb(170,138,74); }

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

border-color css

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

 span { border-color: rgb(170,138,74); }

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