Html Css Color HEX #A4826D Medium Wood

📋 copy color: '#A4826D'

red 164 ◦ green 130 ◦ blue 109

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

Shades of Medium Wood #A4826D

Tints of Medium Wood #A4826D

RGB

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

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

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

R = 40.69%
G = 32.26%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4826D (or 0xA4826D) is known color: Medium Wood. HEX triplet: A4, 82 and 6D. RGB value is (164,130,109). Sum of RGB (Red+Green+Blue) = 164+130+109=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4826D is #5B7D92. Grayscale: #898989. Windows color (decimal): -5995923 or 7176868. OLE color: 7176868.

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

Color convert

RGB 164 130 109 -
CMYK 0 0.21 0.34 0.36
HSL 22.91º 0.23% 0.54% -
HSV(B) 22.91º 0.34% 0.64% -
XYZ 26.05 24.96 17.91 -
YUV 137.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 164 130 109 0 0.21 0.34 0.36 22.91 0.23 0.54
Hex A4 82 6D 0 15 22 24 17 17 36
Octal 244 202 155 0 25 42 44 27 27 66
Binary 10100100 10000010 1101101 0 10101 100010 100100 10111 10111 110110

Color Harmonies of #A4826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4826D

Black with #A4826D

Text Example


Text Example

White with #A4826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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