Html Css Color HEX #AE8365 Medium Wood

📋 copy color: '#AE8365'

red 174 ◦ green 131 ◦ blue 101

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

Shades of Medium Wood #AE8365

Tints of Medium Wood #AE8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 101 (39.84% from 255) = 24.88%

R = 42.86%
G = 32.27%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE8365 (or 0xAE8365) is known color: Medium Wood. HEX triplet: AE, 83 and 65. RGB value is (174,131,101). Sum of RGB (Red+Green+Blue) = 174+131+101=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8365 is #517C9A. Grayscale: #8C8C8C. Windows color (decimal): -5340315 or 6652846. OLE color: 6652846.

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

Color convert

RGB 174 131 101 -
CMYK 0 0.25 0.42 0.32
HSL 24.66º 0.31% 0.54% -
HSV(B) 24.66º 0.42% 0.68% -
XYZ 27.92 26.17 15.89 -
YUV 140.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 174 131 101 0 0.25 0.42 0.32 24.66 0.31 0.54
Hex AE 83 65 0 19 2A 20 19 1F 36
Octal 256 203 145 0 31 52 40 31 37 66
Binary 10101110 10000011 1100101 0 11001 101010 100000 11001 11111 110110

Color Harmonies of #AE8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8365

Black with #AE8365

Text Example


Text Example

White with #AE8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8365; }

 p { color: rgb(174,131,101); }

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

background-color css

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

 a { background-color: rgb(174,131,101); }

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

border-color css

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

 span { border-color: rgb(174,131,101); }

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