#AB771A

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

Shades of Hot Toddy #AB771A

Tints of Hot Toddy #AB771A

Color information

#AB771A (or 0xAB771A) is unknown color: approx Hot Toddy. HEX triplet: AB, 77 and 1A. RGB value is (171,119,26). Sum of RGB (Red+Green+Blue) = 171+119+26=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB771A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB771A is #5488E5. Grayscale: #7C7C7C. Windows color (decimal): -5540070 or 1734571. OLE color: 1734571.

HSL color Cylindrical-coordinate representation of color #AB771A: hue angle of 38.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB771A is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17111926-
CMYK00.300.850.33
HSL38.48º73.6%38.63%-
HSV(B)38.48º84.8%67.06%-
XYZ23.5821.933.97-
YUV123.9572.73161.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 26 (10.55% from 255) = 8.23%
R=54.11%
G=37.66%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711192600.300.850.3338.4873.638.63
HexAB771A01E5521264a27
Octal25316732036125414611247
Binary1010101111101111101001111010101011000011001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB771A; }

 p { color: rgb(171,119,26); }

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

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

 a { background-color: rgb(171,119,26); }

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

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

 span { border-color: rgb(171,119,26); }

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