Html Css Color HEX #A3742E Hot Toddy

📋 copy color: '#A3742E'

red 163 ◦ green 116 ◦ blue 46

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

Shades of Hot Toddy #A3742E

Tints of Hot Toddy #A3742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 50.15%
G = 35.69%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3742E (or 0xA3742E) is known color: Hot Toddy. HEX triplet: A3, 74 and 2E. RGB value is (163,116,46). Sum of RGB (Red+Green+Blue) = 163+116+46=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3742E is #5C8BD1. Grayscale: #7A7A7A. Windows color (decimal): -6065106 or 3044515. OLE color: 3044515.

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

Color convert

RGB 163 116 46 -
CMYK 0 0.29 0.72 0.36
HSL 35.9º 0.56% 0.41% -
HSV(B) 35.9º 0.72% 0.64% -
XYZ 21.84 20.47 5.39 -
YUV 122.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 163 116 46 0 0.29 0.72 0.36 35.9 0.56 0.41
Hex A3 74 2E 0 1D 48 24 24 38 29
Octal 243 164 56 0 35 110 44 44 70 51
Binary 10100011 1110100 101110 0 11101 1001000 100100 100100 111000 101001

Color Harmonies of #A3742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3742E

Black with #A3742E

Text Example


Text Example

White with #A3742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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