Html Css Color HEX #A66D25 Hot Toddy

📋 copy color: '#A66D25'

red 166 ◦ green 109 ◦ blue 37

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

Shades of Hot Toddy #A66D25

Tints of Hot Toddy #A66D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 53.21%
G = 34.94%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A66D25 (or 0xA66D25) is known color: Hot Toddy. HEX triplet: A6, 6D and 25. RGB value is (166,109,37). Sum of RGB (Red+Green+Blue) = 166+109+37=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D25 is #5992DA. Grayscale: #767676. Windows color (decimal): -5870299 or 2452902. OLE color: 2452902.

HSL color Cylindrical-coordinate representation of color #A66D25: hue angle of 33.49º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A66D25 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 109 37 -
CMYK 0 0.34 0.78 0.35
HSL 33.49º 0.64% 0.4% -
HSV(B) 33.49º 0.78% 0.65% -
XYZ 21.53 19.18 4.32 -
YUV 117.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 166 109 37 0 0.34 0.78 0.35 33.49 0.64 0.4
Hex A6 6D 25 0 22 4E 23 21 40 28
Octal 246 155 45 0 42 116 43 41 100 50
Binary 10100110 1101101 100101 0 100010 1001110 100011 100001 1000000 101000

Color Harmonies of #A66D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D25

Black with #A66D25

Text Example


Text Example

White with #A66D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D25; }

 p { color: rgb(166,109,37); }

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

background-color css

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

 a { background-color: rgb(166,109,37); }

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

border-color css

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

 span { border-color: rgb(166,109,37); }

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