Html Css Color HEX #AB7D2C Hot Toddy

📋 copy color: '#AB7D2C'

red 171 ◦ green 125 ◦ blue 44

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

Shades of Hot Toddy #AB7D2C

Tints of Hot Toddy #AB7D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.76%

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

R = 50.29%
G = 36.76%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB7D2C (or 0xAB7D2C) is known color: Hot Toddy. HEX triplet: AB, 7D and 2C. RGB value is (171,125,44). Sum of RGB (Red+Green+Blue) = 171+125+44=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D2C is #5482D3. Grayscale: #818181. Windows color (decimal): -5538516 or 2915755. OLE color: 2915755.

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

Color convert

RGB 171 125 44 -
CMYK 0 0.27 0.74 0.33
HSL 38.27º 0.59% 0.42% -
HSV(B) 38.27º 0.74% 0.67% -
XYZ 24.58 23.51 5.62 -
YUV 129.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 171 125 44 0 0.27 0.74 0.33 38.27 0.59 0.42
Hex AB 7D 2C 0 1B 4A 21 26 3B 2A
Octal 253 175 54 0 33 112 41 46 73 52
Binary 10101011 1111101 101100 0 11011 1001010 100001 100110 111011 101010

Color Harmonies of #AB7D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D2C

Black with #AB7D2C

Text Example


Text Example

White with #AB7D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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