Html Css Color HEX #AA8B5D Teak

📋 copy color: '#AA8B5D'

red 170 ◦ green 139 ◦ blue 93

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

Shades of Teak #AA8B5D

Tints of Teak #AA8B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.58%

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 42.29%
G = 34.58%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA8B5D (or 0xAA8B5D) is known color: Teak. HEX triplet: AA, 8B and 5D. RGB value is (170,139,93). Sum of RGB (Red+Green+Blue) = 170+139+93=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B5D is #5574A2. Grayscale: #8F8F8F. Windows color (decimal): -5600419 or 6130602. OLE color: 6130602.

HSL color Cylindrical-coordinate representation of color #AA8B5D: hue angle of 35.84º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA8B5D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 139 93 -
CMYK 0 0.18 0.45 0.33
HSL 35.84º 0.31% 0.52% -
HSV(B) 35.84º 0.45% 0.67% -
XYZ 27.79 27.8 14.26 -
YUV 143.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 170 139 93 0 0.18 0.45 0.33 35.84 0.31 0.52
Hex AA 8B 5D 0 12 2D 21 24 1F 34
Octal 252 213 135 0 22 55 41 44 37 64
Binary 10101010 10001011 1011101 0 10010 101101 100001 100100 11111 110100

Color Harmonies of #AA8B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B5D

Black with #AA8B5D

Text Example


Text Example

White with #AA8B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B5D; }

 p { color: rgb(170,139,93); }

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

background-color css

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

 a { background-color: rgb(170,139,93); }

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

border-color css

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

 span { border-color: rgb(170,139,93); }

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