#AB7C35

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

Shades of Hot Toddy #AB7C35

Tints of Hot Toddy #AB7C35

Color information

#AB7C35 (or 0xAB7C35) is unknown color: approx Hot Toddy. HEX triplet: AB, 7C and 35. RGB value is (171,124,53). Sum of RGB (Red+Green+Blue) = 171+124+53=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C35 is #5483CA. Grayscale: #828282. Windows color (decimal): -5538763 or 3505323. OLE color: 3505323.

HSL color Cylindrical-coordinate representation of color #AB7C35: hue angle of 36.1º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB7C35 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB17112453-
CMYK00.270.690.33
HSL36.1º52.68%43.92%-
HSV(B)36.1º69.01%67.06%-
XYZ24.6423.336.57-
YUV129.9684.57157.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=49.14%
G=35.63%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711245300.270.690.3336.152.6843.92
HexAB7C3501B452124352c
Octal2531746503310541446554
Binary1010101111111001101010110111000101100001100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7C35; }

 p { color: rgb(171,124,53); }

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

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

 a { background-color: rgb(171,124,53); }

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

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

 span { border-color: rgb(171,124,53); }

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