Html Css Color HEX #AB7428 Hot Toddy

📋 copy color: '#AB7428'

red 171 ◦ green 116 ◦ blue 40

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

Shades of Hot Toddy #AB7428

Tints of Hot Toddy #AB7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 52.29%
G = 35.47%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB7428 (or 0xAB7428) is known color: Hot Toddy. HEX triplet: AB, 74 and 28. RGB value is (171,116,40). Sum of RGB (Red+Green+Blue) = 171+116+40=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7428 is #548BD7. Grayscale: #7C7C7C. Windows color (decimal): -5540824 or 2651307. OLE color: 2651307.

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

Color convert

RGB 171 116 40 -
CMYK 0 0.32 0.77 0.33
HSL 34.81º 0.62% 0.41% -
HSV(B) 34.81º 0.77% 0.67% -
XYZ 23.42 21.3 4.88 -
YUV 123.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 171 116 40 0 0.32 0.77 0.33 34.81 0.62 0.41
Hex AB 74 28 0 20 4D 21 23 3E 29
Octal 253 164 50 0 40 115 41 43 76 51
Binary 10101011 1110100 101000 0 100000 1001101 100001 100011 111110 101001

Color Harmonies of #AB7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7428

Black with #AB7428

Text Example


Text Example

White with #AB7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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