#A48031

Color #A48031 Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #A48031

Tints of Hot Toddy #A48031

Color information

#A48031 (or 0xA48031) is unknown color: approx Hot Toddy. HEX triplet: A4, 80 and 31. RGB value is (164,128,49). Sum of RGB (Red+Green+Blue) = 164+128+49=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A48031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48031 is #5B7FCE. Grayscale: #828282. Windows color (decimal): -5996495 or 3244196. OLE color: 3244196.

HSL color Cylindrical-coordinate representation of color #A48031: hue angle of 41.22º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A48031 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16412849-
CMYK00.220.700.36
HSL41.22º53.99%41.76%-
HSV(B)41.22º70.12%64.31%-
XYZ23.5823.556.21-
YUV129.7682.43152.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 49 (19.53% from 255) = 14.37%
R=48.09%
G=37.54%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641284900.220.700.3641.2253.9941.76
HexA48031016462429362a
Octal2442006102610644516652
Binary10100100100000001100010101101000110100100101001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48031; }

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

 H1.HeaderClassName
 {
   color: #A48031;
 }
 .AnyTagClassName
 {
   color: #A48031;
 }
</style>
background-color css

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

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

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

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

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

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