Html Css Color HEX #AE826D Medium Wood

📋 copy color: '#AE826D'

red 174 ◦ green 130 ◦ blue 109

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

Shades of Medium Wood #AE826D

Tints of Medium Wood #AE826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 42.13%
G = 31.48%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE826D (or 0xAE826D) is known color: Medium Wood. HEX triplet: AE, 82 and 6D. RGB value is (174,130,109). Sum of RGB (Red+Green+Blue) = 174+130+109=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE826D is #517D92. Grayscale: #8C8C8C. Windows color (decimal): -5340563 or 7176878. OLE color: 7176878.

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

Color convert

RGB 174 130 109 -
CMYK 0 0.25 0.37 0.32
HSL 19.38º 0.29% 0.55% -
HSV(B) 19.38º 0.37% 0.68% -
XYZ 28.2 26.07 18.01 -
YUV 140.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 174 130 109 0 0.25 0.37 0.32 19.38 0.29 0.55
Hex AE 82 6D 0 19 25 20 13 1D 37
Octal 256 202 155 0 31 45 40 23 35 67
Binary 10101110 10000010 1101101 0 11001 100101 100000 10011 11101 110111

Color Harmonies of #AE826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE826D

Black with #AE826D

Text Example


Text Example

White with #AE826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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