Html Css Color HEX #A48065 Medium Wood

📋 copy color: '#A48065'

red 164 ◦ green 128 ◦ blue 101

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

Shades of Medium Wood #A48065

Tints of Medium Wood #A48065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 41.73%
G = 32.57%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A48065 (or 0xA48065) is known color: Medium Wood. HEX triplet: A4, 80 and 65. RGB value is (164,128,101). Sum of RGB (Red+Green+Blue) = 164+128+101=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A48065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48065 is #5B7F9A. Grayscale: #878787. Windows color (decimal): -5996443 or 6652068. OLE color: 6652068.

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

Color convert

RGB 164 128 101 -
CMYK 0 0.22 0.38 0.36
HSL 25.71º 0.26% 0.52% -
HSV(B) 25.71º 0.38% 0.64% -
XYZ 25.38 24.27 15.66 -
YUV 135.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 164 128 101 0 0.22 0.38 0.36 25.71 0.26 0.52
Hex A4 80 65 0 16 26 24 1A 1A 34
Octal 244 200 145 0 26 46 44 32 32 64
Binary 10100100 10000000 1100101 0 10110 100110 100100 11010 11010 110100

Color Harmonies of #A48065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48065

Black with #A48065

Text Example


Text Example

White with #A48065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48065; }

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

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

background-color css

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

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

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

border-color css

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

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

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