Html Css Color HEX #AE845C Medium Wood

📋 copy color: '#AE845C'

red 174 ◦ green 132 ◦ blue 92

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

Shades of Medium Wood #AE845C

Tints of Medium Wood #AE845C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.17%

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 43.72%
G = 33.17%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE845C (or 0xAE845C) is known color: Medium Wood. HEX triplet: AE, 84 and 5C. RGB value is (174,132,92). Sum of RGB (Red+Green+Blue) = 174+132+92=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE845C is #517BA3. Grayscale: #8C8C8C. Windows color (decimal): -5340068 or 6063278. OLE color: 6063278.

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

Color convert

RGB 174 132 92 -
CMYK 0 0.24 0.47 0.32
HSL 29.27º 0.34% 0.52% -
HSV(B) 29.27º 0.47% 0.68% -
XYZ 27.64 26.27 13.74 -
YUV 140 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 174 132 92 0 0.24 0.47 0.32 29.27 0.34 0.52
Hex AE 84 5C 0 18 2F 20 1D 22 34
Octal 256 204 134 0 30 57 40 35 42 64
Binary 10101110 10000100 1011100 0 11000 101111 100000 11101 100010 110100

Color Harmonies of #AE845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE845C

Black with #AE845C

Text Example


Text Example

White with #AE845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE845C; }

 p { color: rgb(174,132,92); }

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

background-color css

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

 a { background-color: rgb(174,132,92); }

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

border-color css

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

 span { border-color: rgb(174,132,92); }

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