Html Css Color HEX #AE785F Medium Wood

📋 copy color: '#AE785F'

red 174 ◦ green 120 ◦ blue 95

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

Shades of Medium Wood #AE785F

Tints of Medium Wood #AE785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

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

R = 44.73%
G = 30.85%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE785F (or 0xAE785F) is known color: Medium Wood. HEX triplet: AE, 78 and 5F. RGB value is (174,120,95). Sum of RGB (Red+Green+Blue) = 174+120+95=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE785F is #5187A0. Grayscale: #858585. Windows color (decimal): -5343137 or 6256814. OLE color: 6256814.

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

Color convert

RGB 174 120 95 -
CMYK 0 0.31 0.45 0.32
HSL 18.99º 0.33% 0.53% -
HSV(B) 18.99º 0.45% 0.68% -
XYZ 26.24 23.26 13.93 -
YUV 133.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 174 120 95 0 0.31 0.45 0.32 18.99 0.33 0.53
Hex AE 78 5F 0 1F 2D 20 13 21 35
Octal 256 170 137 0 37 55 40 23 41 65
Binary 10101110 1111000 1011111 0 11111 101101 100000 10011 100001 110101

Color Harmonies of #AE785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE785F

Black with #AE785F

Text Example


Text Example

White with #AE785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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