Html Css Color HEX #A47C28 Hot Toddy

📋 copy color: '#A47C28'

red 164 ◦ green 124 ◦ blue 40

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

Shades of Hot Toddy #A47C28

Tints of Hot Toddy #A47C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 50%
G = 37.8%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A47C28 (or 0xA47C28) is known color: Hot Toddy. HEX triplet: A4, 7C and 28. RGB value is (164,124,40). Sum of RGB (Red+Green+Blue) = 164+124+40=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47C28 is #5B83D7. Grayscale: #7E7E7E. Windows color (decimal): -5997528 or 2653348. OLE color: 2653348.

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

Color convert

RGB 164 124 40 -
CMYK 0 0.24 0.76 0.36
HSL 40.65º 0.61% 0.4% -
HSV(B) 40.65º 0.76% 0.64% -
XYZ 22.9 22.46 5.14 -
YUV 126.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 164 124 40 0 0.24 0.76 0.36 40.65 0.61 0.4
Hex A4 7C 28 0 18 4C 24 29 3D 28
Octal 244 174 50 0 30 114 44 51 75 50
Binary 10100100 1111100 101000 0 11000 1001100 100100 101001 111101 101000

Color Harmonies of #A47C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C28

Black with #A47C28

Text Example


Text Example

White with #A47C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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