Html Css Color HEX #AA9053 Teak

📋 copy color: '#AA9053'

red 170 ◦ green 144 ◦ blue 83

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

Shades of Teak #AA9053

Tints of Teak #AA9053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 42.82%
G = 36.27%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA9053 (or 0xAA9053) is known color: Teak. HEX triplet: AA, 90 and 53. RGB value is (170,144,83). Sum of RGB (Red+Green+Blue) = 170+144+83=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9053 is #556FAC. Grayscale: #919191. Windows color (decimal): -5599149 or 5476522. OLE color: 5476522.

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

Color convert

RGB 170 144 83 -
CMYK 0 0.15 0.51 0.33
HSL 42.07º 0.34% 0.5% -
HSV(B) 42.07º 0.51% 0.67% -
XYZ 28.11 29.12 12.32 -
YUV 144.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 170 144 83 0 0.15 0.51 0.33 42.07 0.34 0.5
Hex AA 90 53 0 F 33 21 2A 22 32
Octal 252 220 123 0 17 63 41 52 42 62
Binary 10101010 10010000 1010011 0 1111 110011 100001 101010 100010 110010

Color Harmonies of #AA9053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9053

Black with #AA9053

Text Example


Text Example

White with #AA9053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9053; }

 p { color: rgb(170,144,83); }

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

background-color css

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

 a { background-color: rgb(170,144,83); }

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

border-color css

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

 span { border-color: rgb(170,144,83); }

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