Html Css Color HEX #AB741C Hot Toddy

📋 copy color: '#AB741C'

red 171 ◦ green 116 ◦ blue 28

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

Shades of Hot Toddy #AB741C

Tints of Hot Toddy #AB741C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 54.29%
G = 36.83%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB741C (or 0xAB741C) is known color: Hot Toddy. HEX triplet: AB, 74 and 1C. RGB value is (171,116,28). Sum of RGB (Red+Green+Blue) = 171+116+28=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB741C is #548BE3. Grayscale: #7A7A7A. Windows color (decimal): -5540836 or 1864875. OLE color: 1864875.

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

Color convert

RGB 171 116 28 -
CMYK 0 0.32 0.84 0.33
HSL 36.92º 0.72% 0.39% -
HSV(B) 36.92º 0.84% 0.67% -
XYZ 23.25 21.23 3.97 -
YUV 122.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 171 116 28 0 0.32 0.84 0.33 36.92 0.72 0.39
Hex AB 74 1C 0 20 54 21 25 48 27
Octal 253 164 34 0 40 124 41 45 110 47
Binary 10101011 1110100 11100 0 100000 1010100 100001 100101 1001000 100111

Color Harmonies of #AB741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB741C

Black with #AB741C

Text Example


Text Example

White with #AB741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB741C; }

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

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

background-color css

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

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

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

border-color css

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

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

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