Html Css Color HEX #AB701F Hot Toddy

📋 copy color: '#AB701F'

red 171 ◦ green 112 ◦ blue 31

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

Shades of Hot Toddy #AB701F

Tints of Hot Toddy #AB701F

RGB

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

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

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

R = 54.46%
G = 35.67%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB701F (or 0xAB701F) is known color: Hot Toddy. HEX triplet: AB, 70 and 1F. RGB value is (171,112,31). Sum of RGB (Red+Green+Blue) = 171+112+31=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB701F is #548FE0. Grayscale: #787878. Windows color (decimal): -5541857 or 2060459. OLE color: 2060459.

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

Color convert

RGB 171 112 31 -
CMYK 0 0.35 0.82 0.33
HSL 34.71º 0.69% 0.4% -
HSV(B) 34.71º 0.82% 0.67% -
XYZ 22.84 20.35 4.02 -
YUV 120.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 171 112 31 0 0.35 0.82 0.33 34.71 0.69 0.4
Hex AB 70 1F 0 23 52 21 23 45 28
Octal 253 160 37 0 43 122 41 43 105 50
Binary 10101011 1110000 11111 0 100011 1010010 100001 100011 1000101 101000

Color Harmonies of #AB701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB701F

Black with #AB701F

Text Example


Text Example

White with #AB701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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