Html Css Color HEX #A37C32 Hot Toddy

📋 copy color: '#A37C32'

red 163 ◦ green 124 ◦ blue 50

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

Shades of Hot Toddy #A37C32

Tints of Hot Toddy #A37C32

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.8%

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

R = 48.37%
G = 36.8%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A37C32 (or 0xA37C32) is known color: Hot Toddy. HEX triplet: A3, 7C and 32. RGB value is (163,124,50). Sum of RGB (Red+Green+Blue) = 163+124+50=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C32 is #5C83CD. Grayscale: #7F7F7F. Windows color (decimal): -6063054 or 3308707. OLE color: 3308707.

HSL color Cylindrical-coordinate representation of color #A37C32: hue angle of 39.29º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A37C32 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 124 50 -
CMYK 0 0.24 0.69 0.36
HSL 39.29º 0.53% 0.42% -
HSV(B) 39.29º 0.69% 0.64% -
XYZ 22.89 22.43 6.14 -
YUV 127.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 163 124 50 0 0.24 0.69 0.36 39.29 0.53 0.42
Hex A3 7C 32 0 18 45 24 27 35 2A
Octal 243 174 62 0 30 105 44 47 65 52
Binary 10100011 1111100 110010 0 11000 1000101 100100 100111 110101 101010

Color Harmonies of #A37C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C32

Black with #A37C32

Text Example


Text Example

White with #A37C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C32; }

 p { color: rgb(163,124,50); }

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

background-color css

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

 a { background-color: rgb(163,124,50); }

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

border-color css

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

 span { border-color: rgb(163,124,50); }

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