Html Css Color HEX #AE795E Medium Wood

📋 copy color: '#AE795E'

red 174 ◦ green 121 ◦ blue 94

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

Shades of Medium Wood #AE795E

Tints of Medium Wood #AE795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

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

R = 44.73%
G = 31.11%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE795E (or 0xAE795E) is known color: Medium Wood. HEX triplet: AE, 79 and 5E. RGB value is (174,121,94). Sum of RGB (Red+Green+Blue) = 174+121+94=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE795E is #5186A1. Grayscale: #858585. Windows color (decimal): -5342882 or 6191534. OLE color: 6191534.

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

Color convert

RGB 174 121 94 -
CMYK 0 0.30 0.46 0.32
HSL 20.25º 0.33% 0.53% -
HSV(B) 20.25º 0.46% 0.68% -
XYZ 26.31 23.48 13.74 -
YUV 133.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 174 121 94 0 0.30 0.46 0.32 20.25 0.33 0.53
Hex AE 79 5E 0 1E 2E 20 14 21 35
Octal 256 171 136 0 36 56 40 24 41 65
Binary 10101110 1111001 1011110 0 11110 101110 100000 10100 100001 110101

Color Harmonies of #AE795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE795E

Black with #AE795E

Text Example


Text Example

White with #AE795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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