Html Css Color HEX #A66F25 Hot Toddy

📋 copy color: '#A66F25'

red 166 ◦ green 111 ◦ blue 37

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

Shades of Hot Toddy #A66F25

Tints of Hot Toddy #A66F25

RGB

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

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

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

R = 52.87%
G = 35.35%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A66F25 (or 0xA66F25) is known color: Hot Toddy. HEX triplet: A6, 6F and 25. RGB value is (166,111,37). Sum of RGB (Red+Green+Blue) = 166+111+37=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F25 is #5990DA. Grayscale: #777777. Windows color (decimal): -5869787 or 2453414. OLE color: 2453414.

HSL color Cylindrical-coordinate representation of color #A66F25: hue angle of 34.42º 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 #A66F25 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 111 37 -
CMYK 0 0.33 0.78 0.35
HSL 34.42º 0.64% 0.4% -
HSV(B) 34.42º 0.78% 0.65% -
XYZ 21.74 19.61 4.39 -
YUV 119.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 166 111 37 0 0.33 0.78 0.35 34.42 0.64 0.4
Hex A6 6F 25 0 21 4E 23 22 40 28
Octal 246 157 45 0 41 116 43 42 100 50
Binary 10100110 1101111 100101 0 100001 1001110 100011 100010 1000000 101000

Color Harmonies of #A66F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F25

Black with #A66F25

Text Example


Text Example

White with #A66F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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