Html Css Color HEX #A4816D Medium Wood

📋 copy color: '#A4816D'

red 164 ◦ green 129 ◦ blue 109

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

Shades of Medium Wood #A4816D

Tints of Medium Wood #A4816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

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

R = 40.8%
G = 32.09%
B = 27.11%

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

#A4816D (or 0xA4816D) is known color: Medium Wood. HEX triplet: A4, 81 and 6D. RGB value is (164,129,109). Sum of RGB (Red+Green+Blue) = 164+129+109=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4816D is #5B7E92. Grayscale: #898989. Windows color (decimal): -5996179 or 7176612. OLE color: 7176612.

HSL color Cylindrical-coordinate representation of color #A4816D: hue angle of 21.82º 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 #A4816D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 129 109 -
CMYK 0 0.21 0.34 0.36
HSL 21.82º 0.23% 0.54% -
HSV(B) 21.82º 0.34% 0.64% -
XYZ 25.92 24.7 17.87 -
YUV 137.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 164 129 109 0 0.21 0.34 0.36 21.82 0.23 0.54
Hex A4 81 6D 0 15 22 24 16 17 36
Octal 244 201 155 0 25 42 44 26 27 66
Binary 10100100 10000001 1101101 0 10101 100010 100100 10110 10111 110110

Color Harmonies of #A4816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4816D

Black with #A4816D

Text Example


Text Example

White with #A4816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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