Html Css Color HEX #A48064 Medium Wood

📋 copy color: '#A48064'

red 164 ◦ green 128 ◦ blue 100

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

Shades of Medium Wood #A48064

Tints of Medium Wood #A48064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

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

R = 41.84%
G = 32.65%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A48064 (or 0xA48064) is known color: Medium Wood. HEX triplet: A4, 80 and 64. RGB value is (164,128,100). Sum of RGB (Red+Green+Blue) = 164+128+100=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A48064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48064 is #5B7F9B. Grayscale: #878787. Windows color (decimal): -5996444 or 6586532. OLE color: 6586532.

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

Color convert

RGB 164 128 100 -
CMYK 0 0.22 0.39 0.36
HSL 26.25º 0.26% 0.52% -
HSV(B) 26.25º 0.39% 0.64% -
XYZ 25.33 24.25 15.4 -
YUV 135.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 164 128 100 0 0.22 0.39 0.36 26.25 0.26 0.52
Hex A4 80 64 0 16 27 24 1A 1A 34
Octal 244 200 144 0 26 47 44 32 32 64
Binary 10100100 10000000 1100100 0 10110 100111 100100 11010 11010 110100

Color Harmonies of #A48064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48064

Black with #A48064

Text Example


Text Example

White with #A48064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48064; }

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

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

background-color css

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

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

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

border-color css

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

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

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