Html Css Color HEX #A46B20 Hot Toddy

📋 copy color: '#A46B20'

red 164 ◦ green 107 ◦ blue 32

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

Shades of Hot Toddy #A46B20

Tints of Hot Toddy #A46B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.31%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 54.13%
G = 35.31%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A46B20 (or 0xA46B20) is known color: Hot Toddy. HEX triplet: A4, 6B and 20. RGB value is (164,107,32). Sum of RGB (Red+Green+Blue) = 164+107+32=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B20 is #5B94DF. Grayscale: #737373. Windows color (decimal): -6001888 or 2124708. OLE color: 2124708.

HSL color Cylindrical-coordinate representation of color #A46B20: hue angle of 34.09º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A46B20 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 107 32 -
CMYK 0 0.35 0.80 0.36
HSL 34.09º 0.67% 0.38% -
HSV(B) 34.09º 0.8% 0.64% -
XYZ 20.83 18.51 3.84 -
YUV 115.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 164 107 32 0 0.35 0.80 0.36 34.09 0.67 0.38
Hex A4 6B 20 0 23 50 24 22 43 26
Octal 244 153 40 0 43 120 44 42 103 46
Binary 10100100 1101011 100000 0 100011 1010000 100100 100010 1000011 100110

Color Harmonies of #A46B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B20

Black with #A46B20

Text Example


Text Example

White with #A46B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B20; }

 p { color: rgb(164,107,32); }

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

background-color css

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

 a { background-color: rgb(164,107,32); }

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

border-color css

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

 span { border-color: rgb(164,107,32); }

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