Html Css Color HEX #AB802B Hot Toddy

📋 copy color: '#AB802B'

red 171 ◦ green 128 ◦ blue 43

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

Shades of Hot Toddy #AB802B

Tints of Hot Toddy #AB802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 50%
G = 37.43%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB802B (or 0xAB802B) is known color: Hot Toddy. HEX triplet: AB, 80 and 2B. RGB value is (171,128,43). Sum of RGB (Red+Green+Blue) = 171+128+43=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB802B is #547FD4. Grayscale: #838383. Windows color (decimal): -5537749 or 2850987. OLE color: 2850987.

HSL color Cylindrical-coordinate representation of color #AB802B: hue angle of 39.84º degrees, saturation: 0.6, 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 #AB802B is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 43 -
CMYK 0 0.25 0.75 0.33
HSL 39.84º 0.6% 0.42% -
HSV(B) 39.84º 0.75% 0.67% -
XYZ 24.95 24.27 5.66 -
YUV 131.17 78.25 156.41 -
System Red Green Blue C M Y K H S L
Decimal 171 128 43 0 0.25 0.75 0.33 39.84 0.6 0.42
Hex AB 80 2B 0 19 4B 21 28 3C 2A
Octal 253 200 53 0 31 113 41 50 74 52
Binary 10101011 10000000 101011 0 11001 1001011 100001 101000 111100 101010

Color Harmonies of #AB802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB802B

Black with #AB802B

Text Example


Text Example

White with #AB802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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