Html Css Color HEX #AB711F Hot Toddy

📋 copy color: '#AB711F'

red 171 ◦ green 113 ◦ blue 31

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

Shades of Hot Toddy #AB711F

Tints of Hot Toddy #AB711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 54.29%
G = 35.87%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB711F (or 0xAB711F) is known color: Hot Toddy. HEX triplet: AB, 71 and 1F. RGB value is (171,113,31). Sum of RGB (Red+Green+Blue) = 171+113+31=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB711F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB711F is #548EE0. Grayscale: #797979. Windows color (decimal): -5541601 or 2060715. OLE color: 2060715.

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

Color convert

RGB 171 113 31 -
CMYK 0 0.34 0.82 0.33
HSL 35.14º 0.69% 0.4% -
HSV(B) 35.14º 0.82% 0.67% -
XYZ 22.95 20.57 4.06 -
YUV 120.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 171 113 31 0 0.34 0.82 0.33 35.14 0.69 0.4
Hex AB 71 1F 0 22 52 21 23 45 28
Octal 253 161 37 0 42 122 41 43 105 50
Binary 10101011 1110001 11111 0 100010 1010010 100001 100011 1000101 101000

Color Harmonies of #AB711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB711F

Black with #AB711F

Text Example


Text Example

White with #AB711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB711F; }

 p { color: rgb(171,113,31); }

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

background-color css

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

 a { background-color: rgb(171,113,31); }

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

border-color css

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

 span { border-color: rgb(171,113,31); }

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