Html Css Color HEX #AB7E2D Hot Toddy

📋 copy color: '#AB7E2D'

red 171 ◦ green 126 ◦ blue 45

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

Shades of Hot Toddy #AB7E2D

Tints of Hot Toddy #AB7E2D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.84%

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 50%
G = 36.84%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB7E2D (or 0xAB7E2D) is known color: Hot Toddy. HEX triplet: AB, 7E and 2D. RGB value is (171,126,45). Sum of RGB (Red+Green+Blue) = 171+126+45=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E2D is #5481D2. Grayscale: #828282. Windows color (decimal): -5538259 or 2981547. OLE color: 2981547.

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

Color convert

RGB 171 126 45 -
CMYK 0 0.26 0.74 0.33
HSL 38.57º 0.58% 0.42% -
HSV(B) 38.57º 0.74% 0.67% -
XYZ 24.73 23.77 5.77 -
YUV 130.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 171 126 45 0 0.26 0.74 0.33 38.57 0.58 0.42
Hex AB 7E 2D 0 1A 4A 21 27 3A 2A
Octal 253 176 55 0 32 112 41 47 72 52
Binary 10101011 1111110 101101 0 11010 1001010 100001 100111 111010 101010

Color Harmonies of #AB7E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E2D

Black with #AB7E2D

Text Example


Text Example

White with #AB7E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E2D; }

 p { color: rgb(171,126,45); }

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

background-color css

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

 a { background-color: rgb(171,126,45); }

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

border-color css

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

 span { border-color: rgb(171,126,45); }

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