Html Css Color HEX #AE8261 Medium Wood

📋 copy color: '#AE8261'

red 174 ◦ green 130 ◦ blue 97

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

Shades of Medium Wood #AE8261

Tints of Medium Wood #AE8261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.19%

R = 43.39%
G = 32.42%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE8261 (or 0xAE8261) is known color: Medium Wood. HEX triplet: AE, 82 and 61. RGB value is (174,130,97). Sum of RGB (Red+Green+Blue) = 174+130+97=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8261 is #517D9E. Grayscale: #8B8B8B. Windows color (decimal): -5340575 or 6390446. OLE color: 6390446.

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

Color convert

RGB 174 130 97 -
CMYK 0 0.25 0.44 0.32
HSL 25.71º 0.32% 0.53% -
HSV(B) 25.71º 0.44% 0.68% -
XYZ 27.6 25.83 14.84 -
YUV 139.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 174 130 97 0 0.25 0.44 0.32 25.71 0.32 0.53
Hex AE 82 61 0 19 2C 20 1A 20 35
Octal 256 202 141 0 31 54 40 32 40 65
Binary 10101110 10000010 1100001 0 11001 101100 100000 11010 100000 110101

Color Harmonies of #AE8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8261

Black with #AE8261

Text Example


Text Example

White with #AE8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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