Html Css Color HEX #AA8758 Teak

📋 copy color: '#AA8758'

red 170 ◦ green 135 ◦ blue 88

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

Shades of Teak #AA8758

Tints of Teak #AA8758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 43.26%
G = 34.35%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA8758 (or 0xAA8758) is known color: Teak. HEX triplet: AA, 87 and 58. RGB value is (170,135,88). Sum of RGB (Red+Green+Blue) = 170+135+88=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8758 is #5578A7. Grayscale: #8C8C8C. Windows color (decimal): -5601448 or 5801898. OLE color: 5801898.

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

Color convert

RGB 170 135 88 -
CMYK 0 0.21 0.48 0.33
HSL 34.39º 0.33% 0.51% -
HSV(B) 34.39º 0.48% 0.67% -
XYZ 27 26.58 12.94 -
YUV 140.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 170 135 88 0 0.21 0.48 0.33 34.39 0.33 0.51
Hex AA 87 58 0 15 30 21 22 21 33
Octal 252 207 130 0 25 60 41 42 41 63
Binary 10101010 10000111 1011000 0 10101 110000 100001 100010 100001 110011

Color Harmonies of #AA8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8758

Black with #AA8758

Text Example


Text Example

White with #AA8758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8758; }

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

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

background-color css

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

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

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

border-color css

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

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

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