#A26F1F

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

Shades of Hot Toddy #A26F1F

Tints of Hot Toddy #A26F1F

Color information

#A26F1F (or 0xA26F1F) is unknown color: approx Hot Toddy. HEX triplet: A2, 6F and 1F. RGB value is (162,111,31). Sum of RGB (Red+Green+Blue) = 162+111+31=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F1F is #5D90E0. Grayscale: #757575. Windows color (decimal): -6131937 or 2060194. OLE color: 2060194.

HSL color Cylindrical-coordinate representation of color #A26F1F: hue angle of 36.64º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A26F1F is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16211131-
CMYK00.310.810.36
HSL36.64º67.88%37.84%-
HSV(B)36.64º80.86%63.53%-
XYZ20.8319.153.89-
YUV117.1379.4160-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 31 (12.5% from 255) = 10.20%
R=53.29%
G=36.51%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621113100.310.810.3636.6467.8837.84
HexA26F1F01F5124254426
Octal24215737037121444510446
Binary1010001011011111111101111110100011001001001011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F1F; }

 p { color: rgb(162,111,31); }

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

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

 a { background-color: rgb(162,111,31); }

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

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

 span { border-color: rgb(162,111,31); }

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