Html Css Color HEX #AB701E Hot Toddy

📋 copy color: '#AB701E'

red 171 ◦ green 112 ◦ blue 30

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

Shades of Hot Toddy #AB701E

Tints of Hot Toddy #AB701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 54.63%
G = 35.78%
B = 9.58%

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

#AB701E (or 0xAB701E) is known color: Hot Toddy. HEX triplet: AB, 70 and 1E. RGB value is (171,112,30). Sum of RGB (Red+Green+Blue) = 171+112+30=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB701E is #548FE1. Grayscale: #787878. Windows color (decimal): -5541858 or 1994923. OLE color: 1994923.

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

Color convert

RGB 171 112 30 -
CMYK 0 0.35 0.82 0.33
HSL 34.89º 0.7% 0.39% -
HSV(B) 34.89º 0.82% 0.67% -
XYZ 22.82 20.34 3.95 -
YUV 120.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 171 112 30 0 0.35 0.82 0.33 34.89 0.7 0.39
Hex AB 70 1E 0 23 52 21 23 46 27
Octal 253 160 36 0 43 122 41 43 106 47
Binary 10101011 1110000 11110 0 100011 1010010 100001 100011 1000110 100111

Color Harmonies of #AB701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB701E

Black with #AB701E

Text Example


Text Example

White with #AB701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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