Html Css Color HEX #AE7C5E Medium Wood

📋 copy color: '#AE7C5E'

red 174 ◦ green 124 ◦ blue 94

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

Shades of Medium Wood #AE7C5E

Tints of Medium Wood #AE7C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

 BLUE value IS 94 (37.11% from 255) = 23.98%

R = 44.39%
G = 31.63%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE7C5E (or 0xAE7C5E) is known color: Medium Wood. HEX triplet: AE, 7C and 5E. RGB value is (174,124,94). Sum of RGB (Red+Green+Blue) = 174+124+94=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C5E is #5183A1. Grayscale: #878787. Windows color (decimal): -5342114 or 6192302. OLE color: 6192302.

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

Color convert

RGB 174 124 94 -
CMYK 0 0.29 0.46 0.32
HSL 22.5º 0.33% 0.53% -
HSV(B) 22.5º 0.46% 0.68% -
XYZ 26.68 24.22 13.86 -
YUV 135.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 174 124 94 0 0.29 0.46 0.32 22.5 0.33 0.53
Hex AE 7C 5E 0 1D 2E 20 16 21 35
Octal 256 174 136 0 35 56 40 26 41 65
Binary 10101110 1111100 1011110 0 11101 101110 100000 10110 100001 110101

Color Harmonies of #AE7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C5E

Black with #AE7C5E

Text Example


Text Example

White with #AE7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C5E; }

 p { color: rgb(174,124,94); }

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

background-color css

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

 a { background-color: rgb(174,124,94); }

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

border-color css

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

 span { border-color: rgb(174,124,94); }

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