Html Css Color HEX #AE8468 Medium Wood

📋 copy color: '#AE8468'

red 174 ◦ green 132 ◦ blue 104

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

Shades of Medium Wood #AE8468

Tints of Medium Wood #AE8468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 42.44%
G = 32.2%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE8468 (or 0xAE8468) is known color: Medium Wood. HEX triplet: AE, 84 and 68. RGB value is (174,132,104). Sum of RGB (Red+Green+Blue) = 174+132+104=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8468 is #517B97. Grayscale: #8D8D8D. Windows color (decimal): -5340056 or 6849710. OLE color: 6849710.

HSL color Cylindrical-coordinate representation of color #AE8468: hue angle of 24º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8468 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 132 104 -
CMYK 0 0.24 0.40 0.32
HSL 24º 0.3% 0.55% -
HSV(B) 24º 0.4% 0.68% -
XYZ 28.21 26.5 16.73 -
YUV 141.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 174 132 104 0 0.24 0.40 0.32 24 0.3 0.55
Hex AE 84 68 0 18 28 20 18 1E 37
Octal 256 204 150 0 30 50 40 30 36 67
Binary 10101110 10000100 1101000 0 11000 101000 100000 11000 11110 110111

Color Harmonies of #AE8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8468

Black with #AE8468

Text Example


Text Example

White with #AE8468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8468; }

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

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

background-color css

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

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

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

border-color css

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

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

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