Html Css Color HEX #AA8A4B Teak

📋 copy color: '#AA8A4B'

red 170 ◦ green 138 ◦ blue 75

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

Shades of Teak #AA8A4B

Tints of Teak #AA8A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 44.39%
G = 36.03%
B = 19.58%

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

#AA8A4B (or 0xAA8A4B) is known color: Teak. HEX triplet: AA, 8A and 4B. RGB value is (170,138,75). Sum of RGB (Red+Green+Blue) = 170+138+75=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A4B is #5575B4. Grayscale: #8C8C8C. Windows color (decimal): -5600693 or 4950698. OLE color: 4950698.

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

Color convert

RGB 170 138 75 -
CMYK 0 0.19 0.56 0.33
HSL 39.79º 0.39% 0.48% -
HSV(B) 39.79º 0.56% 0.67% -
XYZ 26.94 27.23 10.49 -
YUV 140.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 170 138 75 0 0.19 0.56 0.33 39.79 0.39 0.48
Hex AA 8A 4B 0 13 38 21 28 27 30
Octal 252 212 113 0 23 70 41 50 47 60
Binary 10101010 10001010 1001011 0 10011 111000 100001 101000 100111 110000

Color Harmonies of #AA8A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A4B

Black with #AA8A4B

Text Example


Text Example

White with #AA8A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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