Html Css Color HEX #AA835F Medium Wood

📋 copy color: '#AA835F'

red 170 ◦ green 131 ◦ blue 95

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

Shades of Medium Wood #AA835F

Tints of Medium Wood #AA835F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 42.93%
G = 33.08%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA835F (or 0xAA835F) is known color: Medium Wood. HEX triplet: AA, 83 and 5F. RGB value is (170,131,95). Sum of RGB (Red+Green+Blue) = 170+131+95=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA835F is #557CA0. Grayscale: #8A8A8A. Windows color (decimal): -5602465 or 6259626. OLE color: 6259626.

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

Color convert

RGB 170 131 95 -
CMYK 0 0.23 0.44 0.33
HSL 28.8º 0.31% 0.52% -
HSV(B) 28.8º 0.44% 0.67% -
XYZ 26.76 25.6 14.36 -
YUV 138.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 170 131 95 0 0.23 0.44 0.33 28.8 0.31 0.52
Hex AA 83 5F 0 17 2C 21 1D 1F 34
Octal 252 203 137 0 27 54 41 35 37 64
Binary 10101010 10000011 1011111 0 10111 101100 100001 11101 11111 110100

Color Harmonies of #AA835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA835F

Black with #AA835F

Text Example


Text Example

White with #AA835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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