Html Css Color HEX #A4816B Medium Wood

📋 copy color: '#A4816B'

red 164 ◦ green 129 ◦ blue 107

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

Shades of Medium Wood #A4816B

Tints of Medium Wood #A4816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 41%
G = 32.25%
B = 26.75%

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

#A4816B (or 0xA4816B) is known color: Medium Wood. HEX triplet: A4, 81 and 6B. RGB value is (164,129,107). Sum of RGB (Red+Green+Blue) = 164+129+107=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A4816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4816B is #5B7E94. Grayscale: #898989. Windows color (decimal): -5996181 or 7045540. OLE color: 7045540.

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

Color convert

RGB 164 129 107 -
CMYK 0 0.21 0.35 0.36
HSL 23.16º 0.24% 0.53% -
HSV(B) 23.16º 0.35% 0.64% -
XYZ 25.81 24.65 17.31 -
YUV 136.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 164 129 107 0 0.21 0.35 0.36 23.16 0.24 0.53
Hex A4 81 6B 0 15 23 24 17 18 35
Octal 244 201 153 0 25 43 44 27 30 65
Binary 10100100 10000001 1101011 0 10101 100011 100100 10111 11000 110101

Color Harmonies of #A4816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4816B

Black with #A4816B

Text Example


Text Example

White with #A4816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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