#A4742F

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

Shades of Hot Toddy #A4742F

Tints of Hot Toddy #A4742F

Color information

#A4742F (or 0xA4742F) is unknown color: approx Hot Toddy. HEX triplet: A4, 74 and 2F. RGB value is (164,116,47). Sum of RGB (Red+Green+Blue) = 164+116+47=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4742F is #5B8BD0. Grayscale: #7A7A7A. Windows color (decimal): -5999569 or 3110052. OLE color: 3110052.

HSL color Cylindrical-coordinate representation of color #A4742F: hue angle of 35.38º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4742F is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB16411647-
CMYK00.290.710.36
HSL35.38º55.45%41.37%-
HSV(B)35.38º71.34%64.31%-
XYZ22.0720.595.5-
YUV122.4985.4157.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 47 (18.75% from 255) = 14.37%
R=50.15%
G=35.47%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641164700.290.710.3635.3855.4541.37
HexA4742F01D4724233729
Octal2441645703510744436751
Binary1010010011101001011110111011000111100100100011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4742F; }

 p { color: rgb(164,116,47); }

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

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

 a { background-color: rgb(164,116,47); }

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

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

 span { border-color: rgb(164,116,47); }

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