Html Css Color HEX #A48160 Medium Wood

📋 copy color: '#A48160'

red 164 ◦ green 129 ◦ blue 96

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

Shades of Medium Wood #A48160

Tints of Medium Wood #A48160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 42.16%
G = 33.16%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A48160 (or 0xA48160) is known color: Medium Wood. HEX triplet: A4, 81 and 60. RGB value is (164,129,96). Sum of RGB (Red+Green+Blue) = 164+129+96=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A48160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48160 is #5B7E9F. Grayscale: #878787. Windows color (decimal): -5996192 or 6324644. OLE color: 6324644.

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

Color convert

RGB 164 129 96 -
CMYK 0 0.21 0.41 0.36
HSL 29.12º 0.27% 0.51% -
HSV(B) 29.12º 0.41% 0.64% -
XYZ 25.27 24.44 14.45 -
YUV 135.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 164 129 96 0 0.21 0.41 0.36 29.12 0.27 0.51
Hex A4 81 60 0 15 29 24 1D 1B 33
Octal 244 201 140 0 25 51 44 35 33 63
Binary 10100100 10000001 1100000 0 10101 101001 100100 11101 11011 110011

Color Harmonies of #A48160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48160

Black with #A48160

Text Example


Text Example

White with #A48160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48160; }

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

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

background-color css

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

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

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

border-color css

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

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

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