Html Css Color HEX #A4816A Medium Wood

📋 copy color: '#A4816A'

red 164 ◦ green 129 ◦ blue 106

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

Shades of Medium Wood #A4816A

Tints of Medium Wood #A4816A

RGB

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

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

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

R = 41.1%
G = 32.33%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4816A (or 0xA4816A) is known color: Medium Wood. HEX triplet: A4, 81 and 6A. RGB value is (164,129,106). Sum of RGB (Red+Green+Blue) = 164+129+106=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4816A is #5B7E95. Grayscale: #888888. Windows color (decimal): -5996182 or 6980004. OLE color: 6980004.

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

Color convert

RGB 164 129 106 -
CMYK 0 0.21 0.35 0.36
HSL 23.79º 0.24% 0.53% -
HSV(B) 23.79º 0.35% 0.64% -
XYZ 25.76 24.63 17.03 -
YUV 136.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 164 129 106 0 0.21 0.35 0.36 23.79 0.24 0.53
Hex A4 81 6A 0 15 23 24 18 18 35
Octal 244 201 152 0 25 43 44 30 30 65
Binary 10100100 10000001 1101010 0 10101 100011 100100 11000 11000 110101

Color Harmonies of #A4816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4816A

Black with #A4816A

Text Example


Text Example

White with #A4816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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