#A97D38

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

Shades of Hot Toddy #A97D38

Tints of Hot Toddy #A97D38

Color information

#A97D38 (or 0xA97D38) is unknown color: approx Hot Toddy. HEX triplet: A9, 7D and 38. RGB value is (169,125,56). Sum of RGB (Red+Green+Blue) = 169+125+56=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97D38 is #5682C7. Grayscale: #828282. Windows color (decimal): -5669576 or 3702185. OLE color: 3702185.

HSL color Cylindrical-coordinate representation of color #A97D38: hue angle of 36.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A97D38 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB16912556-
CMYK00.260.670.34
HSL36.64º50.22%44.12%-
HSV(B)36.64º66.86%66.27%-
XYZ24.4123.396.97-
YUV130.2986.08155.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 56 (22.27% from 255) = 16%
R=48.29%
G=35.71%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691255600.260.670.3436.6450.2244.12
HexA97D3801A432225322c
Octal2511757003210342456254
Binary1010100111111011110000110101000011100010100101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D38; }

 p { color: rgb(169,125,56); }

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

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

 a { background-color: rgb(169,125,56); }

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

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

 span { border-color: rgb(169,125,56); }

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