Html Css Color HEX #AA8B5F Teak

📋 copy color: '#AA8B5F'

red 170 ◦ green 139 ◦ blue 95

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

Shades of Teak #AA8B5F

Tints of Teak #AA8B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 42.08%
G = 34.41%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA8B5F (or 0xAA8B5F) is known color: Teak. HEX triplet: AA, 8B and 5F. RGB value is (170,139,95). Sum of RGB (Red+Green+Blue) = 170+139+95=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B5F is #5574A0. Grayscale: #8F8F8F. Windows color (decimal): -5600417 or 6261674. OLE color: 6261674.

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

Color convert

RGB 170 139 95 -
CMYK 0 0.18 0.44 0.33
HSL 35.2º 0.31% 0.52% -
HSV(B) 35.2º 0.44% 0.67% -
XYZ 27.88 27.84 14.73 -
YUV 143.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 170 139 95 0 0.18 0.44 0.33 35.2 0.31 0.52
Hex AA 8B 5F 0 12 2C 21 23 1F 34
Octal 252 213 137 0 22 54 41 43 37 64
Binary 10101010 10001011 1011111 0 10010 101100 100001 100011 11111 110100

Color Harmonies of #AA8B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B5F

Black with #AA8B5F

Text Example


Text Example

White with #AA8B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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