Html Css Color HEX #AA9257 Teak

📋 copy color: '#AA9257'

red 170 ◦ green 146 ◦ blue 87

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

Shades of Teak #AA9257

Tints of Teak #AA9257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.59%

R = 42.18%
G = 36.23%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9257 (or 0xAA9257) is known color: Teak. HEX triplet: AA, 92 and 57. RGB value is (170,146,87). Sum of RGB (Red+Green+Blue) = 170+146+87=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9257 is #556DA8. Grayscale: #929292. Windows color (decimal): -5598633 or 5739178. OLE color: 5739178.

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

Color convert

RGB 170 146 87 -
CMYK 0 0.14 0.49 0.33
HSL 42.65º 0.33% 0.5% -
HSV(B) 42.65º 0.49% 0.67% -
XYZ 28.58 29.79 13.26 -
YUV 146.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 170 146 87 0 0.14 0.49 0.33 42.65 0.33 0.5
Hex AA 92 57 0 E 31 21 2B 21 32
Octal 252 222 127 0 16 61 41 53 41 62
Binary 10101010 10010010 1010111 0 1110 110001 100001 101011 100001 110010

Color Harmonies of #AA9257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9257

Black with #AA9257

Text Example


Text Example

White with #AA9257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9257; }

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

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

background-color css

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

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

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

border-color css

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

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

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