Html Css Color HEX #AB712A Hot Toddy

📋 copy color: '#AB712A'

red 171 ◦ green 113 ◦ blue 42

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

Shades of Hot Toddy #AB712A

Tints of Hot Toddy #AB712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 52.45%
G = 34.66%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB712A (or 0xAB712A) is known color: Hot Toddy. HEX triplet: AB, 71 and 2A. RGB value is (171,113,42). Sum of RGB (Red+Green+Blue) = 171+113+42=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB712A is #548ED5. Grayscale: #7A7A7A. Windows color (decimal): -5541590 or 2781611. OLE color: 2781611.

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

Color convert

RGB 171 113 42 -
CMYK 0 0.34 0.75 0.33
HSL 33.02º 0.61% 0.42% -
HSV(B) 33.02º 0.75% 0.67% -
XYZ 23.12 20.64 4.96 -
YUV 122.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 171 113 42 0 0.34 0.75 0.33 33.02 0.61 0.42
Hex AB 71 2A 0 22 4B 21 21 3D 2A
Octal 253 161 52 0 42 113 41 41 75 52
Binary 10101011 1110001 101010 0 100010 1001011 100001 100001 111101 101010

Color Harmonies of #AB712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB712A

Black with #AB712A

Text Example


Text Example

White with #AB712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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