Html Css Color HEX #A17F32 Hot Toddy

📋 copy color: '#A17F32'

red 161 ◦ green 127 ◦ blue 50

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

Shades of Hot Toddy #A17F32

Tints of Hot Toddy #A17F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 47.63%
G = 37.57%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A17F32 (or 0xA17F32) is known color: Hot Toddy. HEX triplet: A1, 7F and 32. RGB value is (161,127,50). Sum of RGB (Red+Green+Blue) = 161+127+50=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F32 is #5E80CD. Grayscale: #808080. Windows color (decimal): -6193358 or 3309473. OLE color: 3309473.

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

Color convert

RGB 161 127 50 -
CMYK 0 0.21 0.69 0.37
HSL 41.62º 0.53% 0.41% -
HSV(B) 41.62º 0.69% 0.63% -
XYZ 22.86 22.99 6.25 -
YUV 128.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 161 127 50 0 0.21 0.69 0.37 41.62 0.53 0.41
Hex A1 7F 32 0 15 45 25 2A 35 29
Octal 241 177 62 0 25 105 45 52 65 51
Binary 10100001 1111111 110010 0 10101 1000101 100101 101010 110101 101001

Color Harmonies of #A17F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F32

Black with #A17F32

Text Example


Text Example

White with #A17F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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