#a97f34

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

Shades of Hot Toddy #A97F34

Tints of Hot Toddy #A97F34

Color information

#A97F34 (or 0xA97F34) is unknown color: approx Hot Toddy. HEX triplet: A9, 7F and 34. RGB value is (169,127,52). Sum of RGB (Red+Green+Blue) = 169+127+52=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97F34 is #5680CB. Grayscale: #838383. Windows color (decimal): -5669068 or 3440553. OLE color: 3440553.

HSL color Cylindrical-coordinate representation of color #A97F34: hue angle of 38.46º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A97F34 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB16912752-
CMYK00.250.690.34
HSL38.46º52.94%43.33%-
HSV(B)38.46º69.23%66.27%-
XYZ24.5723.866.56-
YUV131.0183.41155.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 52 (20.70% from 255) = 14.94%
R=48.56%
G=36.49%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691275200.250.690.3438.4652.9443.33
HexA97F34019452226352b
Octal2511776403110542466553
Binary1010100111111111101000110011000101100010100110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a97f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a97f34; }

 p { color: rgb(169,127,52); }

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

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

 a { background-color: rgb(169,127,52); }

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

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

 span { border-color: rgb(169,127,52); }

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