#A9742F

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

Shades of Hot Toddy #A9742F

Tints of Hot Toddy #A9742F

Color information

#A9742F (or 0xA9742F) is unknown color: approx Hot Toddy. HEX triplet: A9, 74 and 2F. RGB value is (169,116,47). Sum of RGB (Red+Green+Blue) = 169+116+47=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9742F is #568BD0. Grayscale: #7C7C7C. Windows color (decimal): -5671889 or 3110057. OLE color: 3110057.

HSL color Cylindrical-coordinate representation of color #A9742F: hue angle of 33.93º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9742F is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB16911647-
CMYK00.310.720.34
HSL33.93º56.48%42.35%-
HSV(B)33.93º72.19%66.27%-
XYZ23.1221.135.55-
YUV123.9884.56160.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 47 (18.75% from 255) = 14.16%
R=50.90%
G=34.94%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691164700.310.720.3433.9356.4842.35
HexA9742F01F482222382a
Octal2511645703711042427052
Binary1010100111101001011110111111001000100010100010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9742F; }

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

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

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

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

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

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

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

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