Html Css Color HEX #A48264 Medium Wood

📋 copy color: '#A48264'

red 164 ◦ green 130 ◦ blue 100

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

Shades of Medium Wood #A48264

Tints of Medium Wood #A48264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 41.62%
G = 32.99%
B = 25.38%

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

#A48264 (or 0xA48264) is known color: Medium Wood. HEX triplet: A4, 82 and 64. RGB value is (164,130,100). Sum of RGB (Red+Green+Blue) = 164+130+100=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A48264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48264 is #5B7D9B. Grayscale: #888888. Windows color (decimal): -5995932 or 6587044. OLE color: 6587044.

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

Color convert

RGB 164 130 100 -
CMYK 0 0.21 0.39 0.36
HSL 28.13º 0.26% 0.52% -
HSV(B) 28.13º 0.39% 0.64% -
XYZ 25.59 24.78 15.49 -
YUV 136.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 164 130 100 0 0.21 0.39 0.36 28.13 0.26 0.52
Hex A4 82 64 0 15 27 24 1C 1A 34
Octal 244 202 144 0 25 47 44 34 32 64
Binary 10100100 10000010 1100100 0 10101 100111 100100 11100 11010 110100

Color Harmonies of #A48264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48264

Black with #A48264

Text Example


Text Example

White with #A48264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48264; }

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

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

background-color css

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

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

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

border-color css

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

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

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