#AB7530

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

Shades of Hot Toddy #AB7530

Tints of Hot Toddy #AB7530

Color information

#AB7530 (or 0xAB7530) is unknown color: approx Hot Toddy. HEX triplet: AB, 75 and 30. RGB value is (171,117,48). Sum of RGB (Red+Green+Blue) = 171+117+48=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7530 is #548ACF. Grayscale: #7D7D7D. Windows color (decimal): -5540560 or 3175851. OLE color: 3175851.

HSL color Cylindrical-coordinate representation of color #AB7530: hue angle of 33.66º 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 #AB7530 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17111748-
CMYK00.320.720.33
HSL33.66º56.16%42.94%-
HSV(B)33.66º71.93%67.06%-
XYZ23.6921.595.72-
YUV125.2884.39160.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 48 (19.14% from 255) = 14.29%
R=50.89%
G=34.82%
B=14.29%

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
Decimal1711174800.320.720.3333.6656.1642.94
HexAB7530020482122382b
Octal2531656004011041427053
Binary10101011111010111000001000001001000100001100010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7530; }

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

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

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

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

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

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

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

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