Html Css Color HEX #A47C34 Hot Toddy

📋 copy color: '#A47C34'

red 164 ◦ green 124 ◦ blue 52

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

Shades of Hot Toddy #A47C34

Tints of Hot Toddy #A47C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.29%

R = 48.24%
G = 36.47%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A47C34 (or 0xA47C34) is known color: Hot Toddy. HEX triplet: A4, 7C and 34. RGB value is (164,124,52). Sum of RGB (Red+Green+Blue) = 164+124+52=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47C34 is #5B83CB. Grayscale: #808080. Windows color (decimal): -5997516 or 3439780. OLE color: 3439780.

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

Color convert

RGB 164 124 52 -
CMYK 0 0.24 0.68 0.36
HSL 38.57º 0.52% 0.42% -
HSV(B) 38.57º 0.68% 0.64% -
XYZ 23.14 22.56 6.38 -
YUV 127.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 164 124 52 0 0.24 0.68 0.36 38.57 0.52 0.42
Hex A4 7C 34 0 18 44 24 27 34 2A
Octal 244 174 64 0 30 104 44 47 64 52
Binary 10100100 1111100 110100 0 11000 1000100 100100 100111 110100 101010

Color Harmonies of #A47C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C34

Black with #A47C34

Text Example


Text Example

White with #A47C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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