Html Css Color HEX #A47C64 Medium Wood

📋 copy color: '#A47C64'

red 164 ◦ green 124 ◦ blue 100

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

Shades of Medium Wood #A47C64

Tints of Medium Wood #A47C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

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

R = 42.27%
G = 31.96%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A47C64 (or 0xA47C64) is known color: Medium Wood. HEX triplet: A4, 7C and 64. RGB value is (164,124,100). Sum of RGB (Red+Green+Blue) = 164+124+100=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C64 is #5B839B. Grayscale: #858585. Windows color (decimal): -5997468 or 6585508. OLE color: 6585508.

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

Color convert

RGB 164 124 100 -
CMYK 0 0.24 0.39 0.36
HSL 22.5º 0.26% 0.52% -
HSV(B) 22.5º 0.39% 0.64% -
XYZ 24.82 23.23 15.23 -
YUV 133.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 164 124 100 0 0.24 0.39 0.36 22.5 0.26 0.52
Hex A4 7C 64 0 18 27 24 16 1A 34
Octal 244 174 144 0 30 47 44 26 32 64
Binary 10100100 1111100 1100100 0 11000 100111 100100 10110 11010 110100

Color Harmonies of #A47C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C64

Black with #A47C64

Text Example


Text Example

White with #A47C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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