#A47A33

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

Shades of Hot Toddy #A47A33

Tints of Hot Toddy #A47A33

Color information

#A47A33 (or 0xA47A33) is unknown color: approx Hot Toddy. HEX triplet: A4, 7A and 33. RGB value is (164,122,51). Sum of RGB (Red+Green+Blue) = 164+122+51=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A33 is #5B85CC. Grayscale: #7E7E7E. Windows color (decimal): -5998029 or 3373732. OLE color: 3373732.

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

Color convert

RGB16412251-
CMYK00.260.690.36
HSL37.7º52.56%42.16%-
HSV(B)37.7º68.9%64.31%-
XYZ22.8722.056.18-
YUV126.4685.41154.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 51 (20.31% from 255) = 15.13%
R=48.66%
G=36.20%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641225100.260.690.3637.752.5642.16
HexA47A3301A452426352a
Octal2441726303210544466552
Binary1010010011110101100110110101000101100100100110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A33; }

 p { color: rgb(164,122,51); }

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

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

 a { background-color: rgb(164,122,51); }

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

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

 span { border-color: rgb(164,122,51); }

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