Html Css Color HEX #AB712E Hot Toddy

📋 copy color: '#AB712E'

red 171 ◦ green 113 ◦ blue 46

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

Shades of Hot Toddy #AB712E

Tints of Hot Toddy #AB712E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 51.82%
G = 34.24%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB712E (or 0xAB712E) is known color: Hot Toddy. HEX triplet: AB, 71 and 2E. RGB value is (171,113,46). Sum of RGB (Red+Green+Blue) = 171+113+46=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB712E is #548ED1. Grayscale: #7B7B7B. Windows color (decimal): -5541586 or 3043755. OLE color: 3043755.

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

Color convert

RGB 171 113 46 -
CMYK 0 0.34 0.73 0.33
HSL 32.16º 0.58% 0.43% -
HSV(B) 32.16º 0.73% 0.67% -
XYZ 23.19 20.67 5.35 -
YUV 122.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 171 113 46 0 0.34 0.73 0.33 32.16 0.58 0.43
Hex AB 71 2E 0 22 49 21 20 3A 2B
Octal 253 161 56 0 42 111 41 40 72 53
Binary 10101011 1110001 101110 0 100010 1001001 100001 100000 111010 101011

Color Harmonies of #AB712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB712E

Black with #AB712E

Text Example


Text Example

White with #AB712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB712E; }

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

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

background-color css

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

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

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

border-color css

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

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

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