Html Css Color HEX #A48164 Medium Wood

📋 copy color: '#A48164'

red 164 ◦ green 129 ◦ blue 100

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

Shades of Medium Wood #A48164

Tints of Medium Wood #A48164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 41.73%
G = 32.82%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A48164 (or 0xA48164) is known color: Medium Wood. HEX triplet: A4, 81 and 64. RGB value is (164,129,100). Sum of RGB (Red+Green+Blue) = 164+129+100=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A48164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48164 is #5B7E9B. Grayscale: #888888. Windows color (decimal): -5996188 or 6586788. OLE color: 6586788.

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

Color convert

RGB 164 129 100 -
CMYK 0 0.21 0.39 0.36
HSL 27.19º 0.26% 0.52% -
HSV(B) 27.19º 0.39% 0.64% -
XYZ 25.46 24.51 15.45 -
YUV 136.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 164 129 100 0 0.21 0.39 0.36 27.19 0.26 0.52
Hex A4 81 64 0 15 27 24 1B 1A 34
Octal 244 201 144 0 25 47 44 33 32 64
Binary 10100100 10000001 1100100 0 10101 100111 100100 11011 11010 110100

Color Harmonies of #A48164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48164

Black with #A48164

Text Example


Text Example

White with #A48164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48164; }

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

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

background-color css

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

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

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

border-color css

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

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

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