#A4752F

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

Shades of Hot Toddy #A4752F

Tints of Hot Toddy #A4752F

Color information

#A4752F (or 0xA4752F) is unknown color: approx Hot Toddy. HEX triplet: A4, 75 and 2F. RGB value is (164,117,47). Sum of RGB (Red+Green+Blue) = 164+117+47=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4752F is #5B8AD0. Grayscale: #7B7B7B. Windows color (decimal): -5999313 or 3110308. OLE color: 3110308.

HSL color Cylindrical-coordinate representation of color #A4752F: hue angle of 35.9º 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 #A4752F is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB16411747-
CMYK00.290.710.36
HSL35.9º55.45%41.37%-
HSV(B)35.9º71.34%64.31%-
XYZ22.1820.825.54-
YUV123.0785.07157.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 47 (18.75% from 255) = 14.33%
R=50%
G=35.67%
B=14.33%

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
Decimal1641174700.290.710.3635.955.4541.37
HexA4752F01D4724243729
Octal2441655703510744446751
Binary1010010011101011011110111011000111100100100100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4752F; }

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

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

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

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

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

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

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

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