Html Css Color HEX #AE785B Medium Wood

📋 copy color: '#AE785B'

red 174 ◦ green 120 ◦ blue 91

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

Shades of Medium Wood #AE785B

Tints of Medium Wood #AE785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 45.19%
G = 31.17%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE785B (or 0xAE785B) is known color: Medium Wood. HEX triplet: AE, 78 and 5B. RGB value is (174,120,91). Sum of RGB (Red+Green+Blue) = 174+120+91=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE785B is #5187A4. Grayscale: #858585. Windows color (decimal): -5343141 or 5994670. OLE color: 5994670.

HSL color Cylindrical-coordinate representation of color #AE785B: hue angle of 20.96º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE785B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 120 91 -
CMYK 0 0.31 0.48 0.32
HSL 20.96º 0.34% 0.52% -
HSV(B) 20.96º 0.48% 0.68% -
XYZ 26.06 23.19 13 -
YUV 132.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 174 120 91 0 0.31 0.48 0.32 20.96 0.34 0.52
Hex AE 78 5B 0 1F 30 20 15 22 34
Octal 256 170 133 0 37 60 40 25 42 64
Binary 10101110 1111000 1011011 0 11111 110000 100000 10101 100010 110100

Color Harmonies of #AE785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE785B

Black with #AE785B

Text Example


Text Example

White with #AE785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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