Html Css Color HEX #AB802C Hot Toddy

📋 copy color: '#AB802C'

red 171 ◦ green 128 ◦ blue 44

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

Shades of Hot Toddy #AB802C

Tints of Hot Toddy #AB802C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.32%

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 49.85%
G = 37.32%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB802C (or 0xAB802C) is known color: Hot Toddy. HEX triplet: AB, 80 and 2C. RGB value is (171,128,44). Sum of RGB (Red+Green+Blue) = 171+128+44=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB802C is #547FD3. Grayscale: #838383. Windows color (decimal): -5537748 or 2916523. OLE color: 2916523.

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

Color convert

RGB 171 128 44 -
CMYK 0 0.25 0.74 0.33
HSL 39.69º 0.59% 0.42% -
HSV(B) 39.69º 0.74% 0.67% -
XYZ 24.97 24.28 5.75 -
YUV 131.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 171 128 44 0 0.25 0.74 0.33 39.69 0.59 0.42
Hex AB 80 2C 0 19 4A 21 28 3B 2A
Octal 253 200 54 0 31 112 41 50 73 52
Binary 10101011 10000000 101100 0 11001 1001010 100001 101000 111011 101010

Color Harmonies of #AB802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB802C

Black with #AB802C

Text Example


Text Example

White with #AB802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB802C; }

 p { color: rgb(171,128,44); }

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

background-color css

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

 a { background-color: rgb(171,128,44); }

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

border-color css

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

 span { border-color: rgb(171,128,44); }

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