Html Css Color HEX #AB701D Hot Toddy

📋 copy color: '#AB701D'

red 171 ◦ green 112 ◦ blue 29

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

Shades of Hot Toddy #AB701D

Tints of Hot Toddy #AB701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 54.81%
G = 35.9%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB701D (or 0xAB701D) is known color: Hot Toddy. HEX triplet: AB, 70 and 1D. RGB value is (171,112,29). Sum of RGB (Red+Green+Blue) = 171+112+29=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB701D is #548FE2. Grayscale: #787878. Windows color (decimal): -5541859 or 1929387. OLE color: 1929387.

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

Color convert

RGB 171 112 29 -
CMYK 0 0.35 0.83 0.33
HSL 35.07º 0.71% 0.39% -
HSV(B) 35.07º 0.83% 0.67% -
XYZ 22.81 20.33 3.89 -
YUV 120.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 171 112 29 0 0.35 0.83 0.33 35.07 0.71 0.39
Hex AB 70 1D 0 23 53 21 23 47 27
Octal 253 160 35 0 43 123 41 43 107 47
Binary 10101011 1110000 11101 0 100011 1010011 100001 100011 1000111 100111

Color Harmonies of #AB701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB701D

Black with #AB701D

Text Example


Text Example

White with #AB701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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