Html Css Color HEX #AE826A Medium Wood

📋 copy color: '#AE826A'

red 174 ◦ green 130 ◦ blue 106

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

Shades of Medium Wood #AE826A

Tints of Medium Wood #AE826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.85%

R = 42.44%
G = 31.71%
B = 25.85%

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

#AE826A (or 0xAE826A) is known color: Medium Wood. HEX triplet: AE, 82 and 6A. RGB value is (174,130,106). Sum of RGB (Red+Green+Blue) = 174+130+106=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE826A is #517D95. Grayscale: #8C8C8C. Windows color (decimal): -5340566 or 6980270. OLE color: 6980270.

HSL color Cylindrical-coordinate representation of color #AE826A: hue angle of 21.18º degrees, saturation: 0.3, 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 #AE826A is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 106 -
CMYK 0 0.25 0.39 0.32
HSL 21.18º 0.3% 0.55% -
HSV(B) 21.18º 0.39% 0.68% -
XYZ 28.04 26 17.18 -
YUV 140.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 174 130 106 0 0.25 0.39 0.32 21.18 0.3 0.55
Hex AE 82 6A 0 19 27 20 15 1E 37
Octal 256 202 152 0 31 47 40 25 36 67
Binary 10101110 10000010 1101010 0 11001 100111 100000 10101 11110 110111

Color Harmonies of #AE826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE826A

Black with #AE826A

Text Example


Text Example

White with #AE826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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