Html Css Color HEX #AE836A Medium Wood

📋 copy color: '#AE836A'

red 174 ◦ green 131 ◦ blue 106

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

Shades of Medium Wood #AE836A

Tints of Medium Wood #AE836A

RGB

 RED value IS 174 (68.36% from 255) = 42.34%

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

 BLUE value IS 106 (41.8% from 255) = 25.79%

R = 42.34%
G = 31.87%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE836A (or 0xAE836A) is known color: Medium Wood. HEX triplet: AE, 83 and 6A. RGB value is (174,131,106). Sum of RGB (Red+Green+Blue) = 174+131+106=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE836A is #517C95. Grayscale: #8D8D8D. Windows color (decimal): -5340310 or 6980526. OLE color: 6980526.

HSL color Cylindrical-coordinate representation of color #AE836A: hue angle of 22.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE836A is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 131 106 -
CMYK 0 0.25 0.39 0.32
HSL 22.06º 0.3% 0.55% -
HSV(B) 22.06º 0.39% 0.68% -
XYZ 28.17 26.27 17.22 -
YUV 141.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 174 131 106 0 0.25 0.39 0.32 22.06 0.3 0.55
Hex AE 83 6A 0 19 27 20 16 1E 37
Octal 256 203 152 0 31 47 40 26 36 67
Binary 10101110 10000011 1101010 0 11001 100111 100000 10110 11110 110111

Color Harmonies of #AE836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE836A

Black with #AE836A

Text Example


Text Example

White with #AE836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE836A; }

 p { color: rgb(174,131,106); }

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

background-color css

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

 a { background-color: rgb(174,131,106); }

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

border-color css

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

 span { border-color: rgb(174,131,106); }

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