Html Css Color HEX #AB7420 Hot Toddy

📋 copy color: '#AB7420'

red 171 ◦ green 116 ◦ blue 32

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

Shades of Hot Toddy #AB7420

Tints of Hot Toddy #AB7420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 53.61%
G = 36.36%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB7420 (or 0xAB7420) is known color: Hot Toddy. HEX triplet: AB, 74 and 20. RGB value is (171,116,32). Sum of RGB (Red+Green+Blue) = 171+116+32=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7420 is #548BDF. Grayscale: #7B7B7B. Windows color (decimal): -5540832 or 2127019. OLE color: 2127019.

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

Color convert

RGB 171 116 32 -
CMYK 0 0.32 0.81 0.33
HSL 36.26º 0.68% 0.4% -
HSV(B) 36.26º 0.81% 0.67% -
XYZ 23.3 21.25 4.24 -
YUV 122.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 171 116 32 0 0.32 0.81 0.33 36.26 0.68 0.4
Hex AB 74 20 0 20 51 21 24 44 28
Octal 253 164 40 0 40 121 41 44 104 50
Binary 10101011 1110100 100000 0 100000 1010001 100001 100100 1000100 101000

Color Harmonies of #AB7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7420

Black with #AB7420

Text Example


Text Example

White with #AB7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7420; }

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

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

background-color css

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

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

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

border-color css

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

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

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