Html Css Color HEX #AE826B Medium Wood

📋 copy color: '#AE826B'

red 174 ◦ green 130 ◦ blue 107

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

Shades of Medium Wood #AE826B

Tints of Medium Wood #AE826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 42.34%
G = 31.63%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE826B (or 0xAE826B) is known color: Medium Wood. HEX triplet: AE, 82 and 6B. RGB value is (174,130,107). Sum of RGB (Red+Green+Blue) = 174+130+107=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE826B is #517D94. Grayscale: #8C8C8C. Windows color (decimal): -5340565 or 7045806. OLE color: 7045806.

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

Color convert

RGB 174 130 107 -
CMYK 0 0.25 0.39 0.32
HSL 20.6º 0.29% 0.55% -
HSV(B) 20.6º 0.39% 0.68% -
XYZ 28.09 26.03 17.45 -
YUV 140.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 174 130 107 0 0.25 0.39 0.32 20.6 0.29 0.55
Hex AE 82 6B 0 19 27 20 15 1D 37
Octal 256 202 153 0 31 47 40 25 35 67
Binary 10101110 10000010 1101011 0 11001 100111 100000 10101 11101 110111

Color Harmonies of #AE826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE826B

Black with #AE826B

Text Example


Text Example

White with #AE826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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