Html Css Color HEX #A4826E Medium Wood

📋 copy color: '#A4826E'

red 164 ◦ green 130 ◦ blue 110

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

Shades of Medium Wood #A4826E

Tints of Medium Wood #A4826E

RGB

 RED value IS 164 (64.45% from 255) = 40.59%

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

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 40.59%
G = 32.18%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4826E (or 0xA4826E) is known color: Medium Wood. HEX triplet: A4, 82 and 6E. RGB value is (164,130,110). Sum of RGB (Red+Green+Blue) = 164+130+110=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4826E is #5B7D91. Grayscale: #8A8A8A. Windows color (decimal): -5995922 or 7242404. OLE color: 7242404.

HSL color Cylindrical-coordinate representation of color #A4826E: hue angle of 22.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4826E is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 110 -
CMYK 0 0.21 0.33 0.36
HSL 22.22º 0.23% 0.54% -
HSV(B) 22.22º 0.33% 0.64% -
XYZ 26.11 24.98 18.2 -
YUV 137.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 164 130 110 0 0.21 0.33 0.36 22.22 0.23 0.54
Hex A4 82 6E 0 15 21 24 16 17 36
Octal 244 202 156 0 25 41 44 26 27 66
Binary 10100100 10000010 1101110 0 10101 100001 100100 10110 10111 110110

Color Harmonies of #A4826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4826E

Black with #A4826E

Text Example


Text Example

White with #A4826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4826E; }

 p { color: rgb(164,130,110); }

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

background-color css

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

 a { background-color: rgb(164,130,110); }

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

border-color css

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

 span { border-color: rgb(164,130,110); }

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