Html Css Color HEX #A47C3A Hot Toddy

📋 copy color: '#A47C3A'

red 164 ◦ green 124 ◦ blue 58

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

Shades of Hot Toddy #A47C3A

Tints of Hot Toddy #A47C3A

RGB

 RED value IS 164 (64.45% from 255) = 47.4%

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

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 47.4%
G = 35.84%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A47C3A (or 0xA47C3A) is known color: Hot Toddy. HEX triplet: A4, 7C and 3A. RGB value is (164,124,58). Sum of RGB (Red+Green+Blue) = 164+124+58=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47C3A is #5B83C5. Grayscale: #808080. Windows color (decimal): -5997510 or 3832996. OLE color: 3832996.

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

Color convert

RGB 164 124 58 -
CMYK 0 0.24 0.65 0.36
HSL 37.36º 0.48% 0.44% -
HSV(B) 37.36º 0.65% 0.64% -
XYZ 23.28 22.61 7.14 -
YUV 128.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 164 124 58 0 0.24 0.65 0.36 37.36 0.48 0.44
Hex A4 7C 3A 0 18 41 24 25 30 2C
Octal 244 174 72 0 30 101 44 45 60 54
Binary 10100100 1111100 111010 0 11000 1000001 100100 100101 110000 101100

Color Harmonies of #A47C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C3A

Black with #A47C3A

Text Example


Text Example

White with #A47C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C3A; }

 p { color: rgb(164,124,58); }

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

background-color css

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

 a { background-color: rgb(164,124,58); }

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

border-color css

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

 span { border-color: rgb(164,124,58); }

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