Html Css Color HEX #A46F2C Hot Toddy

📋 copy color: '#A46F2C'

red 164 ◦ green 111 ◦ blue 44

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

Shades of Hot Toddy #A46F2C

Tints of Hot Toddy #A46F2C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 51.41%
G = 34.8%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A46F2C (or 0xA46F2C) is known color: Hot Toddy. HEX triplet: A4, 6F and 2C. RGB value is (164,111,44). Sum of RGB (Red+Green+Blue) = 164+111+44=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F2C is #5B90D3. Grayscale: #777777. Windows color (decimal): -6000852 or 2912164. OLE color: 2912164.

HSL color Cylindrical-coordinate representation of color #A46F2C: hue angle of 33.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A46F2C is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 44 -
CMYK 0 0.32 0.73 0.36
HSL 33.5º 0.58% 0.41% -
HSV(B) 33.5º 0.73% 0.64% -
XYZ 21.45 19.44 5.01 -
YUV 119.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 164 111 44 0 0.32 0.73 0.36 33.5 0.58 0.41
Hex A4 6F 2C 0 20 49 24 22 3A 29
Octal 244 157 54 0 40 111 44 42 72 51
Binary 10100100 1101111 101100 0 100000 1001001 100100 100010 111010 101001

Color Harmonies of #A46F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F2C

Black with #A46F2C

Text Example


Text Example

White with #A46F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F2C; }

 p { color: rgb(164,111,44); }

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

background-color css

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

 a { background-color: rgb(164,111,44); }

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

border-color css

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

 span { border-color: rgb(164,111,44); }

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