Html Css Color HEX #A67319 Hot Toddy

📋 copy color: '#A67319'

red 166 ◦ green 115 ◦ blue 25

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

Shades of Hot Toddy #A67319

Tints of Hot Toddy #A67319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.58%

 BLUE value IS 25 (10.16% from 255) = 8.17%

R = 54.25%
G = 37.58%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A67319 (or 0xA67319) is known color: Hot Toddy. HEX triplet: A6, 73 and 19. RGB value is (166,115,25). Sum of RGB (Red+Green+Blue) = 166+115+25=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A67319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67319 is #598CE6. Grayscale: #787878. Windows color (decimal): -5868775 or 1668006. OLE color: 1668006.

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

Color convert

RGB 166 115 25 -
CMYK 0 0.31 0.85 0.35
HSL 38.3º 0.74% 0.37% -
HSV(B) 38.3º 0.85% 0.65% -
XYZ 22.03 20.44 3.7 -
YUV 119.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 166 115 25 0 0.31 0.85 0.35 38.3 0.74 0.37
Hex A6 73 19 0 1F 55 23 26 4A 25
Octal 246 163 31 0 37 125 43 46 112 45
Binary 10100110 1110011 11001 0 11111 1010101 100011 100110 1001010 100101

Color Harmonies of #A67319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67319

Black with #A67319

Text Example


Text Example

White with #A67319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67319; }

 p { color: rgb(166,115,25); }

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

background-color css

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

 a { background-color: rgb(166,115,25); }

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

border-color css

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

 span { border-color: rgb(166,115,25); }

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