Html Css Color HEX #AE835A Medium Wood

📋 copy color: '#AE835A'

red 174 ◦ green 131 ◦ blue 90

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

Shades of Medium Wood #AE835A

Tints of Medium Wood #AE835A

RGB

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

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

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

R = 44.05%
G = 33.16%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE835A (or 0xAE835A) is known color: Medium Wood. HEX triplet: AE, 83 and 5A. RGB value is (174,131,90). Sum of RGB (Red+Green+Blue) = 174+131+90=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE835A is #517CA5. Grayscale: #8B8B8B. Windows color (decimal): -5340326 or 5931950. OLE color: 5931950.

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

Color convert

RGB 174 131 90 -
CMYK 0 0.25 0.48 0.32
HSL 29.29º 0.34% 0.52% -
HSV(B) 29.29º 0.48% 0.68% -
XYZ 27.42 25.97 13.24 -
YUV 139.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 174 131 90 0 0.25 0.48 0.32 29.29 0.34 0.52
Hex AE 83 5A 0 19 30 20 1D 22 34
Octal 256 203 132 0 31 60 40 35 42 64
Binary 10101110 10000011 1011010 0 11001 110000 100000 11101 100010 110100

Color Harmonies of #AE835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE835A

Black with #AE835A

Text Example


Text Example

White with #AE835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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