Html Css Color HEX #A67220 Hot Toddy

📋 copy color: '#A67220'

red 166 ◦ green 114 ◦ blue 32

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

Shades of Hot Toddy #A67220

Tints of Hot Toddy #A67220

RGB

 RED value IS 166 (65.23% from 255) = 53.21%

 GREEN value IS 114 (44.92% from 255) = 36.54%

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

R = 53.21%
G = 36.54%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A67220 (or 0xA67220) is known color: Hot Toddy. HEX triplet: A6, 72 and 20. RGB value is (166,114,32). Sum of RGB (Red+Green+Blue) = 166+114+32=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A67220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67220 is #598DDF. Grayscale: #787878. Windows color (decimal): -5869024 or 2126502. OLE color: 2126502.

HSL color Cylindrical-coordinate representation of color #A67220: hue angle of 36.72º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A67220 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 32 -
CMYK 0 0.31 0.81 0.35
HSL 36.72º 0.68% 0.39% -
HSV(B) 36.72º 0.81% 0.65% -
XYZ 22 20.25 4.11 -
YUV 120.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 166 114 32 0 0.31 0.81 0.35 36.72 0.68 0.39
Hex A6 72 20 0 1F 51 23 25 44 27
Octal 246 162 40 0 37 121 43 45 104 47
Binary 10100110 1110010 100000 0 11111 1010001 100011 100101 1000100 100111

Color Harmonies of #A67220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67220

Black with #A67220

Text Example


Text Example

White with #A67220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67220; }

 p { color: rgb(166,114,32); }

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

background-color css

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

 a { background-color: rgb(166,114,32); }

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

border-color css

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

 span { border-color: rgb(166,114,32); }

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