Html Css Color HEX #AA8A5F Teak

📋 copy color: '#AA8A5F'

red 170 ◦ green 138 ◦ blue 95

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

Shades of Teak #AA8A5F

Tints of Teak #AA8A5F

RGB

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

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

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

R = 42.18%
G = 34.24%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA8A5F (or 0xAA8A5F) is known color: Teak. HEX triplet: AA, 8A and 5F. RGB value is (170,138,95). Sum of RGB (Red+Green+Blue) = 170+138+95=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A5F is #5575A0. Grayscale: #8E8E8E. Windows color (decimal): -5600673 or 6261418. OLE color: 6261418.

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

Color convert

RGB 170 138 95 -
CMYK 0 0.19 0.44 0.33
HSL 34.4º 0.31% 0.52% -
HSV(B) 34.4º 0.44% 0.67% -
XYZ 27.73 27.55 14.68 -
YUV 142.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 170 138 95 0 0.19 0.44 0.33 34.4 0.31 0.52
Hex AA 8A 5F 0 13 2C 21 22 1F 34
Octal 252 212 137 0 23 54 41 42 37 64
Binary 10101010 10001010 1011111 0 10011 101100 100001 100010 11111 110100

Color Harmonies of #AA8A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A5F

Black with #AA8A5F

Text Example


Text Example

White with #AA8A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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