Html Css Color HEX #A4816C Medium Wood

📋 copy color: '#A4816C'

red 164 ◦ green 129 ◦ blue 108

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

Shades of Medium Wood #A4816C

Tints of Medium Wood #A4816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 40.9%
G = 32.17%
B = 26.93%

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

#A4816C (or 0xA4816C) is known color: Medium Wood. HEX triplet: A4, 81 and 6C. RGB value is (164,129,108). Sum of RGB (Red+Green+Blue) = 164+129+108=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4816C is #5B7E93. Grayscale: #898989. Windows color (decimal): -5996180 or 7111076. OLE color: 7111076.

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

Color convert

RGB 164 129 108 -
CMYK 0 0.21 0.34 0.36
HSL 22.5º 0.24% 0.53% -
HSV(B) 22.5º 0.34% 0.64% -
XYZ 25.87 24.68 17.59 -
YUV 137.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 164 129 108 0 0.21 0.34 0.36 22.5 0.24 0.53
Hex A4 81 6C 0 15 22 24 16 18 35
Octal 244 201 154 0 25 42 44 26 30 65
Binary 10100100 10000001 1101100 0 10101 100010 100100 10110 11000 110101

Color Harmonies of #A4816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4816C

Black with #A4816C

Text Example


Text Example

White with #A4816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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