Html Css Color HEX #AB7128 Hot Toddy

📋 copy color: '#AB7128'

red 171 ◦ green 113 ◦ blue 40

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

Shades of Hot Toddy #AB7128

Tints of Hot Toddy #AB7128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 52.78%
G = 34.88%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB7128 (or 0xAB7128) is known color: Hot Toddy. HEX triplet: AB, 71 and 28. RGB value is (171,113,40). Sum of RGB (Red+Green+Blue) = 171+113+40=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7128 is #548ED7. Grayscale: #7A7A7A. Windows color (decimal): -5541592 or 2650539. OLE color: 2650539.

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

Color convert

RGB 171 113 40 -
CMYK 0 0.34 0.77 0.33
HSL 33.44º 0.62% 0.41% -
HSV(B) 33.44º 0.77% 0.67% -
XYZ 23.08 20.62 4.77 -
YUV 122.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 171 113 40 0 0.34 0.77 0.33 33.44 0.62 0.41
Hex AB 71 28 0 22 4D 21 21 3E 29
Octal 253 161 50 0 42 115 41 41 76 51
Binary 10101011 1110001 101000 0 100010 1001101 100001 100001 111110 101001

Color Harmonies of #AB7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7128

Black with #AB7128

Text Example


Text Example

White with #AB7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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