Html Css Color HEX #AB681F Hot Toddy

📋 copy color: '#AB681F'

red 171 ◦ green 104 ◦ blue 31

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

Shades of Hot Toddy #AB681F

Tints of Hot Toddy #AB681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

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

R = 55.88%
G = 33.99%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB681F (or 0xAB681F) is known color: Hot Toddy. HEX triplet: AB, 68 and 1F. RGB value is (171,104,31). Sum of RGB (Red+Green+Blue) = 171+104+31=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB681F is #5497E0. Grayscale: #747474. Windows color (decimal): -5543905 or 2058411. OLE color: 2058411.

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

Color convert

RGB 171 104 31 -
CMYK 0 0.39 0.82 0.33
HSL 31.29º 0.69% 0.4% -
HSV(B) 31.29º 0.82% 0.67% -
XYZ 21.99 18.66 3.74 -
YUV 115.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 171 104 31 0 0.39 0.82 0.33 31.29 0.69 0.4
Hex AB 68 1F 0 27 52 21 1F 45 28
Octal 253 150 37 0 47 122 41 37 105 50
Binary 10101011 1101000 11111 0 100111 1010010 100001 11111 1000101 101000

Color Harmonies of #AB681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB681F

Black with #AB681F

Text Example


Text Example

White with #AB681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB681F; }

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

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

background-color css

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

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

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

border-color css

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

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

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