Html Css Color HEX #A1752A Hot Toddy

📋 copy color: '#A1752A'

red 161 ◦ green 117 ◦ blue 42

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

Shades of Hot Toddy #A1752A

Tints of Hot Toddy #A1752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

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

R = 50.31%
G = 36.56%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A1752A (or 0xA1752A) is known color: Hot Toddy. HEX triplet: A1, 75 and 2A. RGB value is (161,117,42). Sum of RGB (Red+Green+Blue) = 161+117+42=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1752A is #5E8AD5. Grayscale: #797979. Windows color (decimal): -6195926 or 2782625. OLE color: 2782625.

HSL color Cylindrical-coordinate representation of color #A1752A: hue angle of 37.82º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1752A is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 42 -
CMYK 0 0.27 0.74 0.37
HSL 37.82º 0.59% 0.4% -
HSV(B) 37.82º 0.74% 0.63% -
XYZ 21.48 20.47 5.01 -
YUV 121.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 161 117 42 0 0.27 0.74 0.37 37.82 0.59 0.4
Hex A1 75 2A 0 1B 4A 25 26 3B 28
Octal 241 165 52 0 33 112 45 46 73 50
Binary 10100001 1110101 101010 0 11011 1001010 100101 100110 111011 101000

Color Harmonies of #A1752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1752A

Black with #A1752A

Text Example


Text Example

White with #A1752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1752A; }

 p { color: rgb(161,117,42); }

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

background-color css

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

 a { background-color: rgb(161,117,42); }

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

border-color css

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

 span { border-color: rgb(161,117,42); }

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