Html Css Color HEX #AE8067 Medium Wood

📋 copy color: '#AE8067'

red 174 ◦ green 128 ◦ blue 103

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

Shades of Medium Wood #AE8067

Tints of Medium Wood #AE8067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.6%

 BLUE value IS 103 (40.63% from 255) = 25.43%

R = 42.96%
G = 31.6%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE8067 (or 0xAE8067) is known color: Medium Wood. HEX triplet: AE, 80 and 67. RGB value is (174,128,103). Sum of RGB (Red+Green+Blue) = 174+128+103=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8067 is #517F98. Grayscale: #8B8B8B. Windows color (decimal): -5341081 or 6783150. OLE color: 6783150.

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

Color convert

RGB 174 128 103 -
CMYK 0 0.26 0.41 0.32
HSL 21.13º 0.3% 0.54% -
HSV(B) 21.13º 0.41% 0.68% -
XYZ 27.62 25.42 16.28 -
YUV 138.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 174 128 103 0 0.26 0.41 0.32 21.13 0.3 0.54
Hex AE 80 67 0 1A 29 20 15 1E 36
Octal 256 200 147 0 32 51 40 25 36 66
Binary 10101110 10000000 1100111 0 11010 101001 100000 10101 11110 110110

Color Harmonies of #AE8067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8067

Black with #AE8067

Text Example


Text Example

White with #AE8067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8067; }

 p { color: rgb(174,128,103); }

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

background-color css

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

 a { background-color: rgb(174,128,103); }

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

border-color css

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

 span { border-color: rgb(174,128,103); }

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