Html Css Color HEX #A48031 Hot Toddy

📋 copy color: '#A48031'

red 164 ◦ green 128 ◦ blue 49

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

Shades of Hot Toddy #A48031

Tints of Hot Toddy #A48031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.54%

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

R = 48.09%
G = 37.54%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A48031 (or 0xA48031) is known color: Hot Toddy. HEX triplet: A4, 80 and 31. RGB value is (164,128,49). Sum of RGB (Red+Green+Blue) = 164+128+49=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A48031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48031 is #5B7FCE. Grayscale: #828282. Windows color (decimal): -5996495 or 3244196. OLE color: 3244196.

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

Color convert

RGB 164 128 49 -
CMYK 0 0.22 0.70 0.36
HSL 41.22º 0.54% 0.42% -
HSV(B) 41.22º 0.7% 0.64% -
XYZ 23.58 23.55 6.21 -
YUV 129.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 164 128 49 0 0.22 0.70 0.36 41.22 0.54 0.42
Hex A4 80 31 0 16 46 24 29 36 2A
Octal 244 200 61 0 26 106 44 51 66 52
Binary 10100100 10000000 110001 0 10110 1000110 100100 101001 110110 101010

Color Harmonies of #A48031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48031

Black with #A48031

Text Example


Text Example

White with #A48031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48031; }

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

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

background-color css

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

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

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

border-color css

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

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

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