Html Css Color HEX #AB7D31 Hot Toddy

📋 copy color: '#AB7D31'

red 171 ◦ green 125 ◦ blue 49

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

Shades of Hot Toddy #AB7D31

Tints of Hot Toddy #AB7D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.2%

R = 49.57%
G = 36.23%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB7D31 (or 0xAB7D31) is known color: Hot Toddy. HEX triplet: AB, 7D and 31. RGB value is (171,125,49). Sum of RGB (Red+Green+Blue) = 171+125+49=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D31 is #5482CE. Grayscale: #828282. Windows color (decimal): -5538511 or 3243435. OLE color: 3243435.

HSL color Cylindrical-coordinate representation of color #AB7D31: hue angle of 37.38º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB7D31 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 49 -
CMYK 0 0.27 0.71 0.33
HSL 37.38º 0.55% 0.43% -
HSV(B) 37.38º 0.71% 0.67% -
XYZ 24.68 23.55 6.15 -
YUV 130.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 171 125 49 0 0.27 0.71 0.33 37.38 0.55 0.43
Hex AB 7D 31 0 1B 47 21 25 37 2B
Octal 253 175 61 0 33 107 41 45 67 53
Binary 10101011 1111101 110001 0 11011 1000111 100001 100101 110111 101011

Color Harmonies of #AB7D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D31

Black with #AB7D31

Text Example


Text Example

White with #AB7D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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