Html Css Color HEX #A3742C Hot Toddy

📋 copy color: '#A3742C'

red 163 ◦ green 116 ◦ blue 44

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

Shades of Hot Toddy #A3742C

Tints of Hot Toddy #A3742C

RGB

 RED value IS 163 (64.06% from 255) = 50.46%

 GREEN value IS 116 (45.7% from 255) = 35.91%

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 50.46%
G = 35.91%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A3742C (or 0xA3742C) is known color: Hot Toddy. HEX triplet: A3, 74 and 2C. RGB value is (163,116,44). Sum of RGB (Red+Green+Blue) = 163+116+44=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3742C is #5C8BD3. Grayscale: #7A7A7A. Windows color (decimal): -6065108 or 2913443. OLE color: 2913443.

HSL color Cylindrical-coordinate representation of color #A3742C: hue angle of 36.3º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3742C is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 44 -
CMYK 0 0.29 0.73 0.36
HSL 36.3º 0.57% 0.41% -
HSV(B) 36.3º 0.73% 0.64% -
XYZ 21.8 20.46 5.18 -
YUV 121.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 163 116 44 0 0.29 0.73 0.36 36.3 0.57 0.41
Hex A3 74 2C 0 1D 49 24 24 39 29
Octal 243 164 54 0 35 111 44 44 71 51
Binary 10100011 1110100 101100 0 11101 1001001 100100 100100 111001 101001

Color Harmonies of #A3742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3742C

Black with #A3742C

Text Example


Text Example

White with #A3742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3742C; }

 p { color: rgb(163,116,44); }

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

background-color css

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

 a { background-color: rgb(163,116,44); }

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

border-color css

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

 span { border-color: rgb(163,116,44); }

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