Html Css Color HEX #AB812D Hot Toddy

📋 copy color: '#AB812D'

red 171 ◦ green 129 ◦ blue 45

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

Shades of Hot Toddy #AB812D

Tints of Hot Toddy #AB812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

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

R = 49.57%
G = 37.39%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB812D (or 0xAB812D) is known color: Hot Toddy. HEX triplet: AB, 81 and 2D. RGB value is (171,129,45). Sum of RGB (Red+Green+Blue) = 171+129+45=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB812D is #547ED2. Grayscale: #848484. Windows color (decimal): -5537491 or 2982315. OLE color: 2982315.

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

Color convert

RGB 171 129 45 -
CMYK 0 0.25 0.74 0.33
HSL 40º 0.58% 0.42% -
HSV(B) 40º 0.74% 0.67% -
XYZ 25.12 24.55 5.9 -
YUV 131.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 171 129 45 0 0.25 0.74 0.33 40 0.58 0.42
Hex AB 81 2D 0 19 4A 21 28 3A 2A
Octal 253 201 55 0 31 112 41 50 72 52
Binary 10101011 10000001 101101 0 11001 1001010 100001 101000 111010 101010

Color Harmonies of #AB812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB812D

Black with #AB812D

Text Example


Text Example

White with #AB812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB812D; }

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

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

background-color css

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

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

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

border-color css

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

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

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