Html Css Color HEX #AA9258 Teak

📋 copy color: '#AA9258'

red 170 ◦ green 146 ◦ blue 88

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

Shades of Teak #AA9258

Tints of Teak #AA9258

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 42.08%
G = 36.14%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA9258 (or 0xAA9258) is known color: Teak. HEX triplet: AA, 92 and 58. RGB value is (170,146,88). Sum of RGB (Red+Green+Blue) = 170+146+88=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9258 is #556DA7. Grayscale: #929292. Windows color (decimal): -5598632 or 5804714. OLE color: 5804714.

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

Color convert

RGB 170 146 88 -
CMYK 0 0.14 0.48 0.33
HSL 42.44º 0.33% 0.51% -
HSV(B) 42.44º 0.48% 0.67% -
XYZ 28.62 29.81 13.48 -
YUV 146.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 170 146 88 0 0.14 0.48 0.33 42.44 0.33 0.51
Hex AA 92 58 0 E 30 21 2A 21 33
Octal 252 222 130 0 16 60 41 52 41 63
Binary 10101010 10010010 1011000 0 1110 110000 100001 101010 100001 110011

Color Harmonies of #AA9258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9258

Black with #AA9258

Text Example


Text Example

White with #AA9258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9258; }

 p { color: rgb(170,146,88); }

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

background-color css

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

 a { background-color: rgb(170,146,88); }

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

border-color css

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

 span { border-color: rgb(170,146,88); }

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