Html Css Color HEX #AA8458 Teak

📋 copy color: '#AA8458'

red 170 ◦ green 132 ◦ blue 88

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

Shades of Teak #AA8458

Tints of Teak #AA8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 43.59%
G = 33.85%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA8458 (or 0xAA8458) is known color: Teak. HEX triplet: AA, 84 and 58. RGB value is (170,132,88). Sum of RGB (Red+Green+Blue) = 170+132+88=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8458 is #557BA7. Grayscale: #8A8A8A. Windows color (decimal): -5602216 or 5801130. OLE color: 5801130.

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

Color convert

RGB 170 132 88 -
CMYK 0 0.22 0.48 0.33
HSL 32.2º 0.33% 0.51% -
HSV(B) 32.2º 0.48% 0.67% -
XYZ 26.59 25.75 12.8 -
YUV 138.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 170 132 88 0 0.22 0.48 0.33 32.2 0.33 0.51
Hex AA 84 58 0 16 30 21 20 21 33
Octal 252 204 130 0 26 60 41 40 41 63
Binary 10101010 10000100 1011000 0 10110 110000 100001 100000 100001 110011

Color Harmonies of #AA8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8458

Black with #AA8458

Text Example


Text Example

White with #AA8458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8458; }

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

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

background-color css

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

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

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

border-color css

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

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

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