Html Css Color HEX #A67325 Hot Toddy

📋 copy color: '#A67325'

red 166 ◦ green 115 ◦ blue 37

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

Shades of Hot Toddy #A67325

Tints of Hot Toddy #A67325

RGB

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

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

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

R = 52.2%
G = 36.16%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A67325 (or 0xA67325) is known color: Hot Toddy. HEX triplet: A6, 73 and 25. RGB value is (166,115,37). Sum of RGB (Red+Green+Blue) = 166+115+37=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A67325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67325 is #598CDA. Grayscale: #797979. Windows color (decimal): -5868763 or 2454438. OLE color: 2454438.

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

Color convert

RGB 166 115 37 -
CMYK 0 0.31 0.78 0.35
HSL 36.28º 0.64% 0.4% -
HSV(B) 36.28º 0.78% 0.65% -
XYZ 22.19 20.5 4.54 -
YUV 121.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 166 115 37 0 0.31 0.78 0.35 36.28 0.64 0.4
Hex A6 73 25 0 1F 4E 23 24 40 28
Octal 246 163 45 0 37 116 43 44 100 50
Binary 10100110 1110011 100101 0 11111 1001110 100011 100100 1000000 101000

Color Harmonies of #A67325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67325

Black with #A67325

Text Example


Text Example

White with #A67325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67325; }

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

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

background-color css

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

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

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

border-color css

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

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

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