Html Css Color HEX #AA835C Medium Wood

📋 copy color: '#AA835C'

red 170 ◦ green 131 ◦ blue 92

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

Shades of Medium Wood #AA835C

Tints of Medium Wood #AA835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.41%

R = 43.26%
G = 33.33%
B = 23.41%

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

#AA835C (or 0xAA835C) is known color: Medium Wood. HEX triplet: AA, 83 and 5C. RGB value is (170,131,92). Sum of RGB (Red+Green+Blue) = 170+131+92=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA835C is #557CA3. Grayscale: #8A8A8A. Windows color (decimal): -5602468 or 6063018. OLE color: 6063018.

HSL color Cylindrical-coordinate representation of color #AA835C: hue angle of 30º degrees, saturation: 0.31, 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 #AA835C is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 92 -
CMYK 0 0.23 0.46 0.33
HSL 30º 0.31% 0.51% -
HSV(B) 30º 0.46% 0.67% -
XYZ 26.63 25.55 13.65 -
YUV 138.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 170 131 92 0 0.23 0.46 0.33 30 0.31 0.51
Hex AA 83 5C 0 17 2E 21 1E 1F 33
Octal 252 203 134 0 27 56 41 36 37 63
Binary 10101010 10000011 1011100 0 10111 101110 100001 11110 11111 110011

Color Harmonies of #AA835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA835C

Black with #AA835C

Text Example


Text Example

White with #AA835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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