Html Css Color HEX #A47531 Hot Toddy

📋 copy color: '#A47531'

red 164 ◦ green 117 ◦ blue 49

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

Shades of Hot Toddy #A47531

Tints of Hot Toddy #A47531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 49.7%
G = 35.45%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A47531 (or 0xA47531) is known color: Hot Toddy. HEX triplet: A4, 75 and 31. RGB value is (164,117,49). Sum of RGB (Red+Green+Blue) = 164+117+49=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A47531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47531 is #5B8ACE. Grayscale: #7B7B7B. Windows color (decimal): -5999311 or 3241380. OLE color: 3241380.

HSL color Cylindrical-coordinate representation of color #A47531: hue angle of 35.48º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A47531 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 117 49 -
CMYK 0 0.29 0.70 0.36
HSL 35.48º 0.54% 0.42% -
HSV(B) 35.48º 0.7% 0.64% -
XYZ 22.23 20.84 5.76 -
YUV 123.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 164 117 49 0 0.29 0.70 0.36 35.48 0.54 0.42
Hex A4 75 31 0 1D 46 24 23 36 2A
Octal 244 165 61 0 35 106 44 43 66 52
Binary 10100100 1110101 110001 0 11101 1000110 100100 100011 110110 101010

Color Harmonies of #A47531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47531

Black with #A47531

Text Example


Text Example

White with #A47531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47531; }

 p { color: rgb(164,117,49); }

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

background-color css

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

 a { background-color: rgb(164,117,49); }

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

border-color css

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

 span { border-color: rgb(164,117,49); }

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