Html Css Color HEX #AB7E2A Hot Toddy

📋 copy color: '#AB7E2A'

red 171 ◦ green 126 ◦ blue 42

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

Shades of Hot Toddy #AB7E2A

Tints of Hot Toddy #AB7E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 50.44%
G = 37.17%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB7E2A (or 0xAB7E2A) is known color: Hot Toddy. HEX triplet: AB, 7E and 2A. RGB value is (171,126,42). Sum of RGB (Red+Green+Blue) = 171+126+42=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E2A is #5481D5. Grayscale: #828282. Windows color (decimal): -5538262 or 2784939. OLE color: 2784939.

HSL color Cylindrical-coordinate representation of color #AB7E2A: hue angle of 39.07º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB7E2A is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 126 42 -
CMYK 0 0.26 0.75 0.33
HSL 39.07º 0.61% 0.42% -
HSV(B) 39.07º 0.75% 0.67% -
XYZ 24.67 23.75 5.47 -
YUV 129.88 78.41 157.33 -
System Red Green Blue C M Y K H S L
Decimal 171 126 42 0 0.26 0.75 0.33 39.07 0.61 0.42
Hex AB 7E 2A 0 1A 4B 21 27 3D 2A
Octal 253 176 52 0 32 113 41 47 75 52
Binary 10101011 1111110 101010 0 11010 1001011 100001 100111 111101 101010

Color Harmonies of #AB7E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E2A

Black with #AB7E2A

Text Example


Text Example

White with #AB7E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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