Html Css Color HEX #AA8558 Teak

📋 copy color: '#AA8558'

red 170 ◦ green 133 ◦ blue 88

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

Shades of Teak #AA8558

Tints of Teak #AA8558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 43.48%
G = 34.02%
B = 22.51%

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

#AA8558 (or 0xAA8558) is known color: Teak. HEX triplet: AA, 85 and 58. RGB value is (170,133,88). Sum of RGB (Red+Green+Blue) = 170+133+88=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8558 is #557AA7. Grayscale: #8B8B8B. Windows color (decimal): -5601960 or 5801386. OLE color: 5801386.

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

Color convert

RGB 170 133 88 -
CMYK 0 0.22 0.48 0.33
HSL 32.93º 0.33% 0.51% -
HSV(B) 32.93º 0.48% 0.67% -
XYZ 26.73 26.03 12.85 -
YUV 138.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 170 133 88 0 0.22 0.48 0.33 32.93 0.33 0.51
Hex AA 85 58 0 16 30 21 21 21 33
Octal 252 205 130 0 26 60 41 41 41 63
Binary 10101010 10000101 1011000 0 10110 110000 100001 100001 100001 110011

Color Harmonies of #AA8558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8558

Black with #AA8558

Text Example


Text Example

White with #AA8558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8558; }

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

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

background-color css

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

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

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

border-color css

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

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

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