Html Css Color HEX #AA9458 Teak

📋 copy color: '#AA9458'

red 170 ◦ green 148 ◦ blue 88

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

Shades of Teak #AA9458

Tints of Teak #AA9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 41.87%
G = 36.45%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA9458 (or 0xAA9458) is known color: Teak. HEX triplet: AA, 94 and 58. RGB value is (170,148,88). Sum of RGB (Red+Green+Blue) = 170+148+88=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9458 is #556BA7. Grayscale: #949494. Windows color (decimal): -5598120 or 5805226. OLE color: 5805226.

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

Color convert

RGB 170 148 88 -
CMYK 0 0.13 0.48 0.33
HSL 43.9º 0.33% 0.51% -
HSV(B) 43.9º 0.48% 0.67% -
XYZ 28.93 30.43 13.58 -
YUV 147.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 170 148 88 0 0.13 0.48 0.33 43.9 0.33 0.51
Hex AA 94 58 0 D 30 21 2C 21 33
Octal 252 224 130 0 15 60 41 54 41 63
Binary 10101010 10010100 1011000 0 1101 110000 100001 101100 100001 110011

Color Harmonies of #AA9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9458

Black with #AA9458

Text Example


Text Example

White with #AA9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9458; }

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

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

background-color css

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

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

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

border-color css

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

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

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