#A9812A

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

Shades of Hot Toddy #A9812A

Tints of Hot Toddy #A9812A

Color information

#A9812A (or 0xA9812A) is unknown color: approx Hot Toddy. HEX triplet: A9, 81 and 2A. RGB value is (169,129,42). Sum of RGB (Red+Green+Blue) = 169+129+42=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A9812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9812A is #567ED5. Grayscale: #838383. Windows color (decimal): -5668566 or 2785705. OLE color: 2785705.

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

Color convert

RGB16912942-
CMYK00.240.750.34
HSL41.1º60.19%41.37%-
HSV(B)41.1º75.15%66.27%-
XYZ24.6324.35.58-
YUV131.0477.75155.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=49.71%
G=37.94%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691294200.240.750.3441.160.1941.37
HexA9812A0184B22293c29
Octal2512015203011342517451
Binary10101001100000011010100110001001011100010101001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9812A; }

 p { color: rgb(169,129,42); }

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

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

 a { background-color: rgb(169,129,42); }

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

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

 span { border-color: rgb(169,129,42); }

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