Html Css Color HEX #A48161 Medium Wood

📋 copy color: '#A48161'

red 164 ◦ green 129 ◦ blue 97

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

Shades of Medium Wood #A48161

Tints of Medium Wood #A48161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 42.05%
G = 33.08%
B = 24.87%

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

#A48161 (or 0xA48161) is known color: Medium Wood. HEX triplet: A4, 81 and 61. RGB value is (164,129,97). Sum of RGB (Red+Green+Blue) = 164+129+97=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A48161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48161 is #5B7E9E. Grayscale: #878787. Windows color (decimal): -5996191 or 6390180. OLE color: 6390180.

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

Color convert

RGB 164 129 97 -
CMYK 0 0.21 0.41 0.36
HSL 28.66º 0.27% 0.51% -
HSV(B) 28.66º 0.41% 0.64% -
XYZ 25.32 24.46 14.7 -
YUV 135.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 164 129 97 0 0.21 0.41 0.36 28.66 0.27 0.51
Hex A4 81 61 0 15 29 24 1D 1B 33
Octal 244 201 141 0 25 51 44 35 33 63
Binary 10100100 10000001 1100001 0 10101 101001 100100 11101 11011 110011

Color Harmonies of #A48161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48161

Black with #A48161

Text Example


Text Example

White with #A48161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48161; }

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

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

background-color css

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

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

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

border-color css

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

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

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