Html Css Color HEX #AE7C58 Medium Wood

📋 copy color: '#AE7C58'

red 174 ◦ green 124 ◦ blue 88

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

Shades of Medium Wood #AE7C58

Tints of Medium Wood #AE7C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.8%

R = 45.08%
G = 32.12%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE7C58 (or 0xAE7C58) is known color: Medium Wood. HEX triplet: AE, 7C and 58. RGB value is (174,124,88). Sum of RGB (Red+Green+Blue) = 174+124+88=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C58 is #5183A7. Grayscale: #878787. Windows color (decimal): -5342120 or 5799086. OLE color: 5799086.

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

Color convert

RGB 174 124 88 -
CMYK 0 0.29 0.49 0.32
HSL 25.12º 0.35% 0.51% -
HSV(B) 25.12º 0.49% 0.68% -
XYZ 26.42 24.12 12.5 -
YUV 134.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 174 124 88 0 0.29 0.49 0.32 25.12 0.35 0.51
Hex AE 7C 58 0 1D 31 20 19 23 33
Octal 256 174 130 0 35 61 40 31 43 63
Binary 10101110 1111100 1011000 0 11101 110001 100000 11001 100011 110011

Color Harmonies of #AE7C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C58

Black with #AE7C58

Text Example


Text Example

White with #AE7C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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