#A97127

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

Shades of Hot Toddy #A97127

Tints of Hot Toddy #A97127

Color information

#A97127 (or 0xA97127) is unknown color: approx Hot Toddy. HEX triplet: A9, 71 and 27. RGB value is (169,113,39). Sum of RGB (Red+Green+Blue) = 169+113+39=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A97127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97127 is #568ED8. Grayscale: #797979. Windows color (decimal): -5672665 or 2585001. OLE color: 2585001.

HSL color Cylindrical-coordinate representation of color #A97127: hue angle of 34.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A97127 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB16911339-
CMYK00.330.770.34
HSL34.15º62.5%40.78%-
HSV(B)34.15º76.92%66.27%-
XYZ22.6320.394.66-
YUV121.3181.55162.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 39 (15.62% from 255) = 12.15%
R=52.65%
G=35.20%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691133900.330.770.3434.1562.540.78
HexA971270214D22223e29
Octal2511614704111542427651
Binary10101001111000110011101000011001101100010100010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97127; }

 p { color: rgb(169,113,39); }

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

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

 a { background-color: rgb(169,113,39); }

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

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

 span { border-color: rgb(169,113,39); }

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