Html Css Color HEX #A17F31 Hot Toddy

📋 copy color: '#A17F31'

red 161 ◦ green 127 ◦ blue 49

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

Shades of Hot Toddy #A17F31

Tints of Hot Toddy #A17F31

RGB

 RED value IS 161 (63.28% from 255) = 47.77%

 GREEN value IS 127 (50% from 255) = 37.69%

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

R = 47.77%
G = 37.69%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A17F31 (or 0xA17F31) is known color: Hot Toddy. HEX triplet: A1, 7F and 31. RGB value is (161,127,49). Sum of RGB (Red+Green+Blue) = 161+127+49=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F31 is #5E80CE. Grayscale: #808080. Windows color (decimal): -6193359 or 3243937. OLE color: 3243937.

HSL color Cylindrical-coordinate representation of color #A17F31: hue angle of 41.79º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A17F31 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 49 -
CMYK 0 0.21 0.70 0.37
HSL 41.79º 0.53% 0.41% -
HSV(B) 41.79º 0.7% 0.63% -
XYZ 22.84 22.98 6.14 -
YUV 128.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 161 127 49 0 0.21 0.70 0.37 41.79 0.53 0.41
Hex A1 7F 31 0 15 46 25 2A 35 29
Octal 241 177 61 0 25 106 45 52 65 51
Binary 10100001 1111111 110001 0 10101 1000110 100101 101010 110101 101001

Color Harmonies of #A17F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F31

Black with #A17F31

Text Example


Text Example

White with #A17F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F31; }

 p { color: rgb(161,127,49); }

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

background-color css

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

 a { background-color: rgb(161,127,49); }

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

border-color css

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

 span { border-color: rgb(161,127,49); }

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