Html Css Color HEX #AB802F Hot Toddy

📋 copy color: '#AB802F'

red 171 ◦ green 128 ◦ blue 47

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

Shades of Hot Toddy #AB802F

Tints of Hot Toddy #AB802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.58%

R = 49.42%
G = 36.99%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB802F (or 0xAB802F) is known color: Hot Toddy. HEX triplet: AB, 80 and 2F. RGB value is (171,128,47). Sum of RGB (Red+Green+Blue) = 171+128+47=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB802F is #547FD0. Grayscale: #838383. Windows color (decimal): -5537745 or 3113131. OLE color: 3113131.

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

Color convert

RGB 171 128 47 -
CMYK 0 0.25 0.73 0.33
HSL 39.19º 0.57% 0.43% -
HSV(B) 39.19º 0.73% 0.67% -
XYZ 25.03 24.3 6.06 -
YUV 131.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 171 128 47 0 0.25 0.73 0.33 39.19 0.57 0.43
Hex AB 80 2F 0 19 49 21 27 39 2B
Octal 253 200 57 0 31 111 41 47 71 53
Binary 10101011 10000000 101111 0 11001 1001001 100001 100111 111001 101011

Color Harmonies of #AB802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB802F

Black with #AB802F

Text Example


Text Example

White with #AB802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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