Html Css Color HEX #AE8768 Medium Wood

📋 copy color: '#AE8768'

red 174 ◦ green 135 ◦ blue 104

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

Shades of Medium Wood #AE8768

Tints of Medium Wood #AE8768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

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

R = 42.13%
G = 32.69%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE8768 (or 0xAE8768) is known color: Medium Wood. HEX triplet: AE, 87 and 68. RGB value is (174,135,104). Sum of RGB (Red+Green+Blue) = 174+135+104=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8768 is #517897. Grayscale: #8F8F8F. Windows color (decimal): -5339288 or 6850478. OLE color: 6850478.

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

Color convert

RGB 174 135 104 -
CMYK 0 0.22 0.40 0.32
HSL 26.57º 0.3% 0.55% -
HSV(B) 26.57º 0.4% 0.68% -
XYZ 28.62 27.33 16.86 -
YUV 143.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 174 135 104 0 0.22 0.40 0.32 26.57 0.3 0.55
Hex AE 87 68 0 16 28 20 1B 1E 37
Octal 256 207 150 0 26 50 40 33 36 67
Binary 10101110 10000111 1101000 0 10110 101000 100000 11011 11110 110111

Color Harmonies of #AE8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8768

Black with #AE8768

Text Example


Text Example

White with #AE8768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8768; }

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

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

background-color css

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

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

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

border-color css

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

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

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