Html Css Color HEX #AB8028 Hot Toddy

📋 copy color: '#AB8028'

red 171 ◦ green 128 ◦ blue 40

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

Shades of Hot Toddy #AB8028

Tints of Hot Toddy #AB8028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 50.44%
G = 37.76%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB8028 (or 0xAB8028) is known color: Hot Toddy. HEX triplet: AB, 80 and 28. RGB value is (171,128,40). Sum of RGB (Red+Green+Blue) = 171+128+40=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8028 is #547FD7. Grayscale: #838383. Windows color (decimal): -5537752 or 2654379. OLE color: 2654379.

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

Color convert

RGB 171 128 40 -
CMYK 0 0.25 0.77 0.33
HSL 40.31º 0.62% 0.41% -
HSV(B) 40.31º 0.77% 0.67% -
XYZ 24.9 24.25 5.38 -
YUV 130.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 171 128 40 0 0.25 0.77 0.33 40.31 0.62 0.41
Hex AB 80 28 0 19 4D 21 28 3E 29
Octal 253 200 50 0 31 115 41 50 76 51
Binary 10101011 10000000 101000 0 11001 1001101 100001 101000 111110 101001

Color Harmonies of #AB8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8028

Black with #AB8028

Text Example


Text Example

White with #AB8028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8028; }

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

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

background-color css

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

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

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

border-color css

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

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

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