Html Css Color HEX #A3816B Medium Wood

📋 copy color: '#A3816B'

red 163 ◦ green 129 ◦ blue 107

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

Shades of Medium Wood #A3816B

Tints of Medium Wood #A3816B

RGB

 RED value IS 163 (64.06% from 255) = 40.85%

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

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

R = 40.85%
G = 32.33%
B = 26.82%

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

#A3816B (or 0xA3816B) is known color: Medium Wood. HEX triplet: A3, 81 and 6B. RGB value is (163,129,107). Sum of RGB (Red+Green+Blue) = 163+129+107=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A3816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3816B is #5C7E94. Grayscale: #888888. Windows color (decimal): -6061717 or 7045539. OLE color: 7045539.

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

Color convert

RGB 163 129 107 -
CMYK 0 0.21 0.34 0.36
HSL 23.57º 0.23% 0.53% -
HSV(B) 23.57º 0.34% 0.64% -
XYZ 25.61 24.55 17.3 -
YUV 136.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 163 129 107 0 0.21 0.34 0.36 23.57 0.23 0.53
Hex A3 81 6B 0 15 22 24 18 17 35
Octal 243 201 153 0 25 42 44 30 27 65
Binary 10100011 10000001 1101011 0 10101 100010 100100 11000 10111 110101

Color Harmonies of #A3816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3816B

Black with #A3816B

Text Example


Text Example

White with #A3816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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