Html Css Color HEX #A47C2F Hot Toddy

📋 copy color: '#A47C2F'

red 164 ◦ green 124 ◦ blue 47

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

Shades of Hot Toddy #A47C2F

Tints of Hot Toddy #A47C2F

RGB

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

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

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

R = 48.96%
G = 37.01%
B = 14.03%

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

#A47C2F (or 0xA47C2F) is known color: Hot Toddy. HEX triplet: A4, 7C and 2F. RGB value is (164,124,47). Sum of RGB (Red+Green+Blue) = 164+124+47=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47C2F is #5B83D0. Grayscale: #7F7F7F. Windows color (decimal): -5997521 or 3112100. OLE color: 3112100.

HSL color Cylindrical-coordinate representation of color #A47C2F: hue angle of 39.49º 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 #A47C2F is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 124 47 -
CMYK 0 0.24 0.71 0.36
HSL 39.49º 0.55% 0.41% -
HSV(B) 39.49º 0.71% 0.64% -
XYZ 23.03 22.51 5.82 -
YUV 127.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 164 124 47 0 0.24 0.71 0.36 39.49 0.55 0.41
Hex A4 7C 2F 0 18 47 24 27 37 29
Octal 244 174 57 0 30 107 44 47 67 51
Binary 10100100 1111100 101111 0 11000 1000111 100100 100111 110111 101001

Color Harmonies of #A47C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C2F

Black with #A47C2F

Text Example


Text Example

White with #A47C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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