Html Css Color HEX #AB712C Hot Toddy

📋 copy color: '#AB712C'

red 171 ◦ green 113 ◦ blue 44

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

Shades of Hot Toddy #AB712C

Tints of Hot Toddy #AB712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 52.13%
G = 34.45%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB712C (or 0xAB712C) is known color: Hot Toddy. HEX triplet: AB, 71 and 2C. RGB value is (171,113,44). Sum of RGB (Red+Green+Blue) = 171+113+44=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB712C is #548ED3. Grayscale: #7A7A7A. Windows color (decimal): -5541588 or 2912683. OLE color: 2912683.

HSL color Cylindrical-coordinate representation of color #AB712C: hue angle of 32.6º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB712C is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 44 -
CMYK 0 0.34 0.74 0.33
HSL 32.6º 0.59% 0.42% -
HSV(B) 32.6º 0.74% 0.67% -
XYZ 23.15 20.65 5.15 -
YUV 122.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 171 113 44 0 0.34 0.74 0.33 32.6 0.59 0.42
Hex AB 71 2C 0 22 4A 21 21 3B 2A
Octal 253 161 54 0 42 112 41 41 73 52
Binary 10101011 1110001 101100 0 100010 1001010 100001 100001 111011 101010

Color Harmonies of #AB712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB712C

Black with #AB712C

Text Example


Text Example

White with #AB712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB712C; }

 p { color: rgb(171,113,44); }

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

background-color css

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

 a { background-color: rgb(171,113,44); }

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

border-color css

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

 span { border-color: rgb(171,113,44); }

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