Html Css Color HEX #A66B1F Hot Toddy

📋 copy color: '#A66B1F'

red 166 ◦ green 107 ◦ blue 31

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

Shades of Hot Toddy #A66B1F

Tints of Hot Toddy #A66B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 54.61%
G = 35.2%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A66B1F (or 0xA66B1F) is known color: Hot Toddy. HEX triplet: A6, 6B and 1F. RGB value is (166,107,31). Sum of RGB (Red+Green+Blue) = 166+107+31=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B1F is #5994E0. Grayscale: #747474. Windows color (decimal): -5870817 or 2059174. OLE color: 2059174.

HSL color Cylindrical-coordinate representation of color #A66B1F: hue angle of 33.78º degrees, saturation: 0.69, 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 #A66B1F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 107 31 -
CMYK 0 0.36 0.81 0.35
HSL 33.78º 0.69% 0.39% -
HSV(B) 33.78º 0.81% 0.65% -
XYZ 21.23 18.72 3.79 -
YUV 115.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 166 107 31 0 0.36 0.81 0.35 33.78 0.69 0.39
Hex A6 6B 1F 0 24 51 23 22 45 27
Octal 246 153 37 0 44 121 43 42 105 47
Binary 10100110 1101011 11111 0 100100 1010001 100011 100010 1000101 100111

Color Harmonies of #A66B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B1F

Black with #A66B1F

Text Example


Text Example

White with #A66B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B1F; }

 p { color: rgb(166,107,31); }

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

background-color css

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

 a { background-color: rgb(166,107,31); }

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

border-color css

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

 span { border-color: rgb(166,107,31); }

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