Html Css Color HEX #AE8265 Medium Wood

📋 copy color: '#AE8265'

red 174 ◦ green 130 ◦ blue 101

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

Shades of Medium Wood #AE8265

Tints of Medium Wood #AE8265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 42.96%
G = 32.1%
B = 24.94%

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

#AE8265 (or 0xAE8265) is known color: Medium Wood. HEX triplet: AE, 82 and 65. RGB value is (174,130,101). Sum of RGB (Red+Green+Blue) = 174+130+101=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8265 is #517D9A. Grayscale: #8C8C8C. Windows color (decimal): -5340571 or 6652590. OLE color: 6652590.

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

Color convert

RGB 174 130 101 -
CMYK 0 0.25 0.42 0.32
HSL 23.84º 0.31% 0.54% -
HSV(B) 23.84º 0.42% 0.68% -
XYZ 27.79 25.9 15.85 -
YUV 139.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 174 130 101 0 0.25 0.42 0.32 23.84 0.31 0.54
Hex AE 82 65 0 19 2A 20 18 1F 36
Octal 256 202 145 0 31 52 40 30 37 66
Binary 10101110 10000010 1100101 0 11001 101010 100000 11000 11111 110110

Color Harmonies of #AE8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8265

Black with #AE8265

Text Example


Text Example

White with #AE8265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8265; }

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

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

background-color css

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

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

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

border-color css

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

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

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