#AB7430

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

Shades of Hot Toddy #AB7430

Tints of Hot Toddy #AB7430

Color information

#AB7430 (or 0xAB7430) is unknown color: approx Hot Toddy. HEX triplet: AB, 74 and 30. RGB value is (171,116,48). Sum of RGB (Red+Green+Blue) = 171+116+48=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7430 is #548BCF. Grayscale: #7D7D7D. Windows color (decimal): -5540816 or 3175595. OLE color: 3175595.

HSL color Cylindrical-coordinate representation of color #AB7430: hue angle of 33.17º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB7430 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17111648-
CMYK00.320.720.33
HSL33.17º56.16%42.94%-
HSV(B)33.17º71.93%67.06%-
XYZ23.5721.365.68-
YUV124.6984.72161.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=51.04%
G=34.63%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711164800.320.720.3333.1756.1642.94
HexAB7430020482121382b
Octal2531646004011041417053
Binary10101011111010011000001000001001000100001100001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7430; }

 p { color: rgb(171,116,48); }

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

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

 a { background-color: rgb(171,116,48); }

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

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

 span { border-color: rgb(171,116,48); }

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