Html Css Color HEX #AE7C5F Medium Wood

📋 copy color: '#AE7C5F'

red 174 ◦ green 124 ◦ blue 95

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

Shades of Medium Wood #AE7C5F

Tints of Medium Wood #AE7C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 44.27%
G = 31.55%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE7C5F (or 0xAE7C5F) is known color: Medium Wood. HEX triplet: AE, 7C and 5F. RGB value is (174,124,95). Sum of RGB (Red+Green+Blue) = 174+124+95=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C5F is #5183A0. Grayscale: #878787. Windows color (decimal): -5342113 or 6257838. OLE color: 6257838.

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

Color convert

RGB 174 124 95 -
CMYK 0 0.29 0.45 0.32
HSL 22.03º 0.33% 0.53% -
HSV(B) 22.03º 0.45% 0.68% -
XYZ 26.73 24.24 14.1 -
YUV 135.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 174 124 95 0 0.29 0.45 0.32 22.03 0.33 0.53
Hex AE 7C 5F 0 1D 2D 20 16 21 35
Octal 256 174 137 0 35 55 40 26 41 65
Binary 10101110 1111100 1011111 0 11101 101101 100000 10110 100001 110101

Color Harmonies of #AE7C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C5F

Black with #AE7C5F

Text Example


Text Example

White with #AE7C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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