Html Css Color HEX #A37C2F Hot Toddy

📋 copy color: '#A37C2F'

red 163 ◦ green 124 ◦ blue 47

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

Shades of Hot Toddy #A37C2F

Tints of Hot Toddy #A37C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 48.8%
G = 37.13%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A37C2F (or 0xA37C2F) is known color: Hot Toddy. HEX triplet: A3, 7C and 2F. RGB value is (163,124,47). Sum of RGB (Red+Green+Blue) = 163+124+47=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C2F is #5C83D0. Grayscale: #7F7F7F. Windows color (decimal): -6063057 or 3112099. OLE color: 3112099.

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

Color convert

RGB 163 124 47 -
CMYK 0 0.24 0.71 0.36
HSL 39.83º 0.55% 0.41% -
HSV(B) 39.83º 0.71% 0.64% -
XYZ 22.83 22.41 5.81 -
YUV 126.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 163 124 47 0 0.24 0.71 0.36 39.83 0.55 0.41
Hex A3 7C 2F 0 18 47 24 28 37 29
Octal 243 174 57 0 30 107 44 50 67 51
Binary 10100011 1111100 101111 0 11000 1000111 100100 101000 110111 101001

Color Harmonies of #A37C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C2F

Black with #A37C2F

Text Example


Text Example

White with #A37C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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