Html Css Color HEX #AB701B Hot Toddy

📋 copy color: '#AB701B'

red 171 ◦ green 112 ◦ blue 27

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

Shades of Hot Toddy #AB701B

Tints of Hot Toddy #AB701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.71%

R = 55.16%
G = 36.13%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB701B (or 0xAB701B) is known color: Hot Toddy. HEX triplet: AB, 70 and 1B. RGB value is (171,112,27). Sum of RGB (Red+Green+Blue) = 171+112+27=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB701B is #548FE4. Grayscale: #787878. Windows color (decimal): -5541861 or 1798315. OLE color: 1798315.

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

Color convert

RGB 171 112 27 -
CMYK 0 0.35 0.84 0.33
HSL 35.42º 0.73% 0.39% -
HSV(B) 35.42º 0.84% 0.67% -
XYZ 22.79 20.33 3.76 -
YUV 119.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 171 112 27 0 0.35 0.84 0.33 35.42 0.73 0.39
Hex AB 70 1B 0 23 54 21 23 49 27
Octal 253 160 33 0 43 124 41 43 111 47
Binary 10101011 1110000 11011 0 100011 1010100 100001 100011 1001001 100111

Color Harmonies of #AB701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB701B

Black with #AB701B

Text Example


Text Example

White with #AB701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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