Html Css Color HEX #AE815A Medium Wood

📋 copy color: '#AE815A'

red 174 ◦ green 129 ◦ blue 90

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

Shades of Medium Wood #AE815A

Tints of Medium Wood #AE815A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

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

R = 44.27%
G = 32.82%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE815A (or 0xAE815A) is known color: Medium Wood. HEX triplet: AE, 81 and 5A. RGB value is (174,129,90). Sum of RGB (Red+Green+Blue) = 174+129+90=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE815A is #517EA5. Grayscale: #8A8A8A. Windows color (decimal): -5340838 or 5931438. OLE color: 5931438.

HSL color Cylindrical-coordinate representation of color #AE815A: hue angle of 27.86º 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 #AE815A is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 129 90 -
CMYK 0 0.26 0.48 0.32
HSL 27.86º 0.34% 0.52% -
HSV(B) 27.86º 0.48% 0.68% -
XYZ 27.15 25.44 13.15 -
YUV 138.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 174 129 90 0 0.26 0.48 0.32 27.86 0.34 0.52
Hex AE 81 5A 0 1A 30 20 1C 22 34
Octal 256 201 132 0 32 60 40 34 42 64
Binary 10101110 10000001 1011010 0 11010 110000 100000 11100 100010 110100

Color Harmonies of #AE815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE815A

Black with #AE815A

Text Example


Text Example

White with #AE815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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