Html Css Color HEX #AA835B Medium Wood

📋 copy color: '#AA835B'

red 170 ◦ green 131 ◦ blue 91

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

Shades of Medium Wood #AA835B

Tints of Medium Wood #AA835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 43.37%
G = 33.42%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA835B (or 0xAA835B) is known color: Medium Wood. HEX triplet: AA, 83 and 5B. RGB value is (170,131,91). Sum of RGB (Red+Green+Blue) = 170+131+91=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA835B is #557CA4. Grayscale: #8A8A8A. Windows color (decimal): -5602469 or 5997482. OLE color: 5997482.

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

Color convert

RGB 170 131 91 -
CMYK 0 0.23 0.46 0.33
HSL 30.38º 0.32% 0.51% -
HSV(B) 30.38º 0.46% 0.67% -
XYZ 26.58 25.53 13.43 -
YUV 138.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 170 131 91 0 0.23 0.46 0.33 30.38 0.32 0.51
Hex AA 83 5B 0 17 2E 21 1E 20 33
Octal 252 203 133 0 27 56 41 36 40 63
Binary 10101010 10000011 1011011 0 10111 101110 100001 11110 100000 110011

Color Harmonies of #AA835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA835B

Black with #AA835B

Text Example


Text Example

White with #AA835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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