Html Css Color HEX #AB7520 Hot Toddy

📋 copy color: '#AB7520'

red 171 ◦ green 117 ◦ blue 32

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

Shades of Hot Toddy #AB7520

Tints of Hot Toddy #AB7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

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

R = 53.44%
G = 36.56%
B = 10%

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

#AB7520 (or 0xAB7520) is known color: Hot Toddy. HEX triplet: AB, 75 and 20. RGB value is (171,117,32). Sum of RGB (Red+Green+Blue) = 171+117+32=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7520 is #548ADF. Grayscale: #7B7B7B. Windows color (decimal): -5540576 or 2127275. OLE color: 2127275.

HSL color Cylindrical-coordinate representation of color #AB7520: hue angle of 36.69º 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 #AB7520 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 117 32 -
CMYK 0 0.32 0.81 0.33
HSL 36.69º 0.68% 0.4% -
HSV(B) 36.69º 0.81% 0.67% -
XYZ 23.42 21.48 4.28 -
YUV 123.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 171 117 32 0 0.32 0.81 0.33 36.69 0.68 0.4
Hex AB 75 20 0 20 51 21 25 44 28
Octal 253 165 40 0 40 121 41 45 104 50
Binary 10101011 1110101 100000 0 100000 1010001 100001 100101 1000100 101000

Color Harmonies of #AB7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7520

Black with #AB7520

Text Example


Text Example

White with #AB7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7520; }

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

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

background-color css

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

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

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

border-color css

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

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

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