#A4702A

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

Shades of Hot Toddy #A4702A

Tints of Hot Toddy #A4702A

Color information

#A4702A (or 0xA4702A) is unknown color: approx Hot Toddy. HEX triplet: A4, 70 and 2A. RGB value is (164,112,42). Sum of RGB (Red+Green+Blue) = 164+112+42=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A4702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4702A is #5B8FD5. Grayscale: #777777. Windows color (decimal): -6000598 or 2781348. OLE color: 2781348.

HSL color Cylindrical-coordinate representation of color #A4702A: hue angle of 34.43º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4702A is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16411242-
CMYK00.320.740.36
HSL34.43º59.22%40.39%-
HSV(B)34.43º74.39%64.31%-
XYZ21.5219.654.85-
YUV119.5784.23159.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=51.57%
G=35.22%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641124200.320.740.3634.4359.2240.39
HexA4702A0204A24223b28
Octal2441605204011244427350
Binary10100100111000010101001000001001010100100100010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4702A; }

 p { color: rgb(164,112,42); }

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

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

 a { background-color: rgb(164,112,42); }

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

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

 span { border-color: rgb(164,112,42); }

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