Html Css Color HEX #AA835A Teak

📋 copy color: '#AA835A'

red 170 ◦ green 131 ◦ blue 90

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

Shades of Teak #AA835A

Tints of Teak #AA835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 43.48%
G = 33.5%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA835A (or 0xAA835A) is known color: Teak. HEX triplet: AA, 83 and 5A. RGB value is (170,131,90). Sum of RGB (Red+Green+Blue) = 170+131+90=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA835A is #557CA5. Grayscale: #8A8A8A. Windows color (decimal): -5602470 or 5931946. OLE color: 5931946.

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

Color convert

RGB 170 131 90 -
CMYK 0 0.23 0.47 0.33
HSL 30.75º 0.32% 0.51% -
HSV(B) 30.75º 0.47% 0.67% -
XYZ 26.54 25.52 13.2 -
YUV 137.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 170 131 90 0 0.23 0.47 0.33 30.75 0.32 0.51
Hex AA 83 5A 0 17 2F 21 1F 20 33
Octal 252 203 132 0 27 57 41 37 40 63
Binary 10101010 10000011 1011010 0 10111 101111 100001 11111 100000 110011

Color Harmonies of #AA835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA835A

Black with #AA835A

Text Example


Text Example

White with #AA835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA835A; }

 p { color: rgb(170,131,90); }

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

background-color css

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

 a { background-color: rgb(170,131,90); }

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

border-color css

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

 span { border-color: rgb(170,131,90); }

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