Html Css Color HEX #AB701A Hot Toddy

📋 copy color: '#AB701A'

red 171 ◦ green 112 ◦ blue 26

#AB701A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #AB701A

Tints of Hot Toddy #AB701A

RGB

 RED value IS 171 (67.19% from 255) = 55.34%

 GREEN value IS 112 (44.14% from 255) = 36.25%

 BLUE value IS 26 (10.55% from 255) = 8.41%

R = 55.34%
G = 36.25%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB701A (or 0xAB701A) is known color: Hot Toddy. HEX triplet: AB, 70 and 1A. RGB value is (171,112,26). Sum of RGB (Red+Green+Blue) = 171+112+26=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB701A is #548FE5. Grayscale: #787878. Windows color (decimal): -5541862 or 1732779. OLE color: 1732779.

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

Color convert

RGB 171 112 26 -
CMYK 0 0.35 0.85 0.33
HSL 35.59º 0.74% 0.39% -
HSV(B) 35.59º 0.85% 0.67% -
XYZ 22.78 20.32 3.7 -
YUV 119.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 171 112 26 0 0.35 0.85 0.33 35.59 0.74 0.39
Hex AB 70 1A 0 23 55 21 24 4A 27
Octal 253 160 32 0 43 125 41 44 112 47
Binary 10101011 1110000 11010 0 100011 1010101 100001 100100 1001010 100111

Color Harmonies of #AB701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB701A

Black with #AB701A

Text Example


Text Example

White with #AB701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB701A; }

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

 H1.HeaderClassName
 {
   color: #AB701A;
 }
 .AnyTagClassName
 {
   color: #AB701A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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