Html Css Color HEX #AE815D Medium Wood

📋 copy color: '#AE815D'

red 174 ◦ green 129 ◦ blue 93

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

Shades of Medium Wood #AE815D

Tints of Medium Wood #AE815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 43.94%
G = 32.58%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE815D (or 0xAE815D) is known color: Medium Wood. HEX triplet: AE, 81 and 5D. RGB value is (174,129,93). Sum of RGB (Red+Green+Blue) = 174+129+93=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE815D is #517EA2. Grayscale: #8A8A8A. Windows color (decimal): -5340835 or 6128046. OLE color: 6128046.

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

Color convert

RGB 174 129 93 -
CMYK 0 0.26 0.47 0.32
HSL 26.67º 0.33% 0.52% -
HSV(B) 26.67º 0.47% 0.68% -
XYZ 27.28 25.49 13.84 -
YUV 138.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 174 129 93 0 0.26 0.47 0.32 26.67 0.33 0.52
Hex AE 81 5D 0 1A 2F 20 1B 21 34
Octal 256 201 135 0 32 57 40 33 41 64
Binary 10101110 10000001 1011101 0 11010 101111 100000 11011 100001 110100

Color Harmonies of #AE815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE815D

Black with #AE815D

Text Example


Text Example

White with #AE815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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