#AB7B38

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

Shades of Hot Toddy #AB7B38

Tints of Hot Toddy #AB7B38

Color information

#AB7B38 (or 0xAB7B38) is unknown color: approx Hot Toddy. HEX triplet: AB, 7B and 38. RGB value is (171,123,56). Sum of RGB (Red+Green+Blue) = 171+123+56=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B38 is #5484C7. Grayscale: #828282. Windows color (decimal): -5539016 or 3701675. OLE color: 3701675.

HSL color Cylindrical-coordinate representation of color #AB7B38: hue angle of 34.96º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB7B38 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17112356-
CMYK00.280.670.33
HSL34.96º50.66%44.51%-
HSV(B)34.96º67.25%67.06%-
XYZ24.5923.116.91-
YUV129.7186.4157.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 56 (22.27% from 255) = 16%
R=48.86%
G=35.14%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711235600.280.670.3334.9650.6644.51
HexAB7B3801C432123332d
Octal2531737003410341436355
Binary1010101111110111110000111001000011100001100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B38; }

 p { color: rgb(171,123,56); }

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

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

 a { background-color: rgb(171,123,56); }

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

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

 span { border-color: rgb(171,123,56); }

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