Html Css Color HEX #AB741F Hot Toddy

📋 copy color: '#AB741F'

red 171 ◦ green 116 ◦ blue 31

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

Shades of Hot Toddy #AB741F

Tints of Hot Toddy #AB741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

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

R = 53.77%
G = 36.48%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB741F (or 0xAB741F) is known color: Hot Toddy. HEX triplet: AB, 74 and 1F. RGB value is (171,116,31). Sum of RGB (Red+Green+Blue) = 171+116+31=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB741F is #548BE0. Grayscale: #7B7B7B. Windows color (decimal): -5540833 or 2061483. OLE color: 2061483.

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

Color convert

RGB 171 116 31 -
CMYK 0 0.32 0.82 0.33
HSL 36.43º 0.69% 0.4% -
HSV(B) 36.43º 0.82% 0.67% -
XYZ 23.29 21.25 4.17 -
YUV 122.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 171 116 31 0 0.32 0.82 0.33 36.43 0.69 0.4
Hex AB 74 1F 0 20 52 21 24 45 28
Octal 253 164 37 0 40 122 41 44 105 50
Binary 10101011 1110100 11111 0 100000 1010010 100001 100100 1000101 101000

Color Harmonies of #AB741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB741F

Black with #AB741F

Text Example


Text Example

White with #AB741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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