Html Css Color HEX #A47124 Hot Toddy

📋 copy color: '#A47124'

red 164 ◦ green 113 ◦ blue 36

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

Shades of Hot Toddy #A47124

Tints of Hot Toddy #A47124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

 BLUE value IS 36 (14.45% from 255) = 11.5%

R = 52.4%
G = 36.1%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A47124 (or 0xA47124) is known color: Hot Toddy. HEX triplet: A4, 71 and 24. RGB value is (164,113,36). Sum of RGB (Red+Green+Blue) = 164+113+36=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A47124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47124 is #5B8EDB. Grayscale: #777777. Windows color (decimal): -6000348 or 2388388. OLE color: 2388388.

HSL color Cylindrical-coordinate representation of color #A47124: hue angle of 36.09º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A47124 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 36 -
CMYK 0 0.31 0.78 0.36
HSL 36.09º 0.64% 0.39% -
HSV(B) 36.09º 0.78% 0.64% -
XYZ 21.53 19.83 4.36 -
YUV 119.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 164 113 36 0 0.31 0.78 0.36 36.09 0.64 0.39
Hex A4 71 24 0 1F 4E 24 24 40 27
Octal 244 161 44 0 37 116 44 44 100 47
Binary 10100100 1110001 100100 0 11111 1001110 100100 100100 1000000 100111

Color Harmonies of #A47124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47124

Black with #A47124

Text Example


Text Example

White with #A47124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47124; }

 p { color: rgb(164,113,36); }

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

background-color css

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

 a { background-color: rgb(164,113,36); }

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

border-color css

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

 span { border-color: rgb(164,113,36); }

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